{% extends "oscar/communication/emails/base.html" %} {% load currency_filters i18n %} {% load promotion_tags %} {% block tbody %}
{% trans 'Hello,' %}
{% blocktrans with order_number=order.number %}We are pleased to confirm your order {{ order_number }} has been received and will be processed shortly.{% endblocktrans %}
| {% trans 'Your order contains:' %} | ||||||||
|
{% trans 'Shipping address:' %}
{% for field in order.shipping_address.active_address_fields %} {{ field }}
{% endfor %}
| {% trans 'ATM remittance information' %} | {% render_promotion ATMInfo %} |
| {% trans 'Click the link to go to ATM payment details' %} | {% trans 'Go to fill ATM payment infomation' %} |