{% extends "donate/base.html" %} {% load static wagtailimages_tags wagtailcore_tags %} {% block content %} {{ page.lead_title }} {{ page.lead_body }} Chci darovat Chci vědět více {% image page.lead_preview width-500 as lead_preview %} {% if page.lead_video %} {% else %} {% endif %} {% if page.show_donate_form %} {{ page.support_title }} {{ page.support_body }} {% if page.support_image %} {% image page.support_image fill-256x256 as img %} {% endif %} {% 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" %} Darovat Kč {% endif %} {% if page.has_projects %} {{ page.project_title }} {{ page.project_body }} {% for project in projects %} {% include "donate/project_snippet.html" %} {% endfor %} Všechny projekty a kampaně {% else %} {% endif %} {{ page.region_title }} {{ page.region_body }} {% include "donate/region_map_snippet.html" with index_url=page.regions_page_url %} {% endblock %}
{{ page.lead_body }}
{{ page.support_body }}
{{ page.project_body }}
{{ page.region_body }}