{% extends "donations/base.html" %} {% load donation_tags %} {% load styled_forms %} {% block title %}{{ MODULE_DONATIONS_LABEL_PLURAL }}{% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block content %}

{% blocktrans with mylabel=MODULE_DONATIONS_LABEL|lower %}Complete the form below to make a {{ mylabel }}{% endblocktrans %}. The required fields are marked with *.
Thank You!


{% csrf_token %} {{ form|styled_form }} {% if use_captcha %}
{% if captcha_form.captcha.errors %}
{{ captcha_form.captcha.errors }}
{% endif %} {{ captcha_form.captcha }}
{% endif %}
{% endblock %} {% block extra_body %} {{ block.super }} {% endblock %}