{% extends "donate/base.html" %} {% load static wagtailcore_tags wagtailimages_tags humanize %} {% block extra_head %} {% endblock %} {% block header %} zpět na web www.piratiastarostove.cz {% endblock %} {% block content %} {{ page.title }} {% if page.gallery %} {% for block in page.gallery %} {% image block.value width-2000 as img %} {% image block.value fill-150x100 as thumb %} {% endfor %} {% endif %} {{ page.body|richtext }} {{ page.get_form_title_display }} {% if page.show_donate_form %} Zatím vybráno {{ page.get_donated_amount|intcomma }} Kč {% csrf_token %} {% if page.allow_periodic_donations %} Typ příspěvku Měsíční Jednorázový {% else %} {% endif %} Částka {% if page.allow_periodic_donations %} {% include "donate/form_monthly_amounts_snippet.html" %} {% include "donate/form_amounts_snippet.html" %} {% else %} {% include "donate/form_amounts_snippet.html" with show_selected=True %} {% endif %} Kč Darovat {% endif %} {% endblock %} {% block footer %} {% endblock %}