{% extends 'base_donation.html' %} {% load i18n %} {% block content %} {% for donation_section in donation_sections %}

{{ donation_section.title }}

{% autoescape off %}{{ donation_section.text }}{% endautoescape %}
{% endfor %}
{% for donation_button in donation_buttons %} {{ donation_button.text }} {% endfor %}
{% endblock content %}