{% extends "common-base.html.j2" %} {% block head %} {% endblock head %} {% block header_content %}

{{gettext("Donations")}}

{{ gettext ("This is the donation page.") + "
" + gettext ("Using this page you can make donations in {currency} to Free Software projects.").format(currency=merchant_currency) }}

{% endblock %}