{% extends "cms/admin_home.html" %} {% load sekizai_tags i18n %} {% block content %}
{% trans "Please confirm the following before sending" %}:
{% trans "Refund This Amount" %}: | {{ currencySymbol }}{{ amount_to_refund|floatformat:"2" }} |
---|---|
{% trans "Prior Refunds to Invoice" %}: | {{ currencySymbol }}{{ initial_refund_amount|floatformat:"2" }} |
{% trans "Total Refunds to Invoice" %}: | {{ currencySymbol }}{{ total_refund_amount|floatformat:"2" }} |