{% extends 'events/payment/transaction_details.html' %} {% from 'message_box.html' import message_box %} {% block details %} {% if not transaction.data._migrated %}
{%- trans %}The paid amount does not match the required amount. Please contact the registrant to solve the issue.{% endtrans -%}
{%- trans %}Paid: {% endtrans -%} {{- format_currency(transaction.amount, transaction.currency, locale=session.lang) -}}
{%- trans %}Required: {% endtrans -%} {{- transaction.registration.render_price() -}}
{% endcall %} {% endif %} {% endblock %}