{% extends "donate/base.html" %} {% load static wagtailcore_tags %} {% block content %} {{ page.main_title }} {% if page.has_targeted_donations %} {% include "donate/donate_targeted_donations_snippet.html" %} {% endif %} {% if page.has_targeted_donations %} {% include "donate/donate_targeted_donations_snippet.html" %} {% endif %} {{ page.body|richtext }} Podpoř kraj {% if page.show_donate_form %} {% csrf_token %} Typ příspěvku Měsíční Jednorázový Částka {% include "donate/form_monthly_amounts_snippet.html" %} {% include "donate/form_amounts_snippet.html" %} Kč Darovat {% endif %} Všechny kraje {% endblock %}