{% extends "donate/base.html" %} {% load static wagtailcore_tags %} {% block content %} {{ page.title }} {{ page.body|richtext }} Podpoř piráty {% 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 %} {% endblock %}