{% load i18n %}

{% trans "IPayment" %}

{% if extra.isError %}{{ extra.errorMessage }}{% endif %}
{% for hidden in form.hidden_fields %}{{ hidden }}{% endfor %} {% trans "Cardholder name" %}: {{ form.addr_name }}
{% trans "Credit card no." %}:
{% trans "Card Check Code" %}:
{% trans "Card Expire date" %}: {{ form.cc_expdate_month }} / {{ form.cc_expdate_year }}