{% block warning_box %}{% endblock %}
{% trans %}Payment date{% endtrans %}
{{ transaction.timestamp | format_datetime }}
{% if plugin %}
{% trans %}Paid with{% endtrans %}
{{ plugin.title }}
{% endif %} {% if not transaction.manual %} {# not useful for manual payments since it just uses the amount the user was supposed to pay #}
{% trans %}Paid amount{% endtrans %}
{{ format_currency(transaction.amount, transaction.currency, locale=session.lang) }}
{% endif %} {% block details %}{% endblock %}