{% if obj_header %} {{ obj_header }} {% else %}

{% trans 'Payment Status' %}

{% endif %}

 

{% if not payment.is_approved %} {% trans "DO NOT press the back button in your browser." %} {% trans "Try Making Payment Again" %} {% else %} {% trans "DO NOT press the back button in your browser, or your credit card will be charged twice." %} {% endif %}

 

{% trans "Status of transaction (with reason if declined):" %}

{% if payment.response_code != '1' and payment.response_reason_code != '1' %} {% trans "Not approved -" %} {% endif %} {{ payment.response_reason_text }}

 

{% if not payment.is_approved %}

{% trans "Try Making Payment Again" %}

{% else %}

{% trans "Print Friendly Invoice." %}

{% trans "View my Invoice" %}

{% endif %} {% if obj_display %} {{ obj_display }} {% endif %}