{% load i18n %}
{% blocktrans with payment=payment amount=payment.amount currency=payment.currency order=order %} Are you authorizing "{{ payment }}" valued to {{ amount }} {{ currency }} for "{{ order_name }}"? {% endblocktrans %}