{% extends "layout.html" %} {% load i18n %} {% load promotion_tags %} {% block title %}{%endblock %} {% block content %} {% if not order.useATMPaymentSuccess %} {% if not order.useATMPaymentExpired %}

{% trans 'ATM remittance information' %}

{% trans 'Bank code' %} {% render_promotion bank %}
{% trans 'Bank account' %} {% render_promotion account %}
{% trans 'Please fill in the last five number of your account' %}
{% csrf_token %}
{% else %}

{% trans 'Sorry, the last date of the postback payment account has passed.' %}

{% trans 'If you have any questions, please contact us directly, thank you!' %}

{% endif %} {% else %}

{% trans 'Your payment is confirmed!' %}

{% endif %} {% endblock %}