{% load i18n %}
{% if header %}

{{ header }}

{% endif %}
{% trans "Donate by card" %}

{% blocktrans %}People have already donated {{ amount }} {{ currency }}{% endblocktrans %}

{% if text %}

{{ text|safe }}

{% endif %}