{{ page.title }}

{% if page.gallery %}
{% for block in page.gallery %} {% image block.value width-2000 as img %} {% image block.value max-150x100 as thumb %}
{{ img.alt }}
{% endfor %}
{% endif %} {{ page.body|richtext }}

{{ page.form_title }}

{% 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
{% else %} {% endif %}
Částka
{% if page.allow_periodic_donations %}
{% include "donate/form_monthly_amounts_snippet.html" %}
{% else %} {% include "donate/form_amounts_snippet.html" with show_selected=True %} {% endif %}
{% endif %}