{% get_current_language as LANGUAGE_CODE %}
{% get_available_languages as LANGUAGES %}
{% get_language_info_list for LANGUAGES as languages %}
{% for language in languages %}
{% if language.code == site_data.lang %}
{% endif %}
{% endfor %}
{% endblock %}
{% block content %}
{% trans "Checkout" %}
{% trans "Business Name" %}: {{inv.owner.full_name}}
{% trans "Customer" %}: {{inv.customer.full_name}}
{% trans "Billing Date" %}: {{inv.created}}
{% if inv.service_recipt.all %}
{% trans "Service Description" %}
{% elif inv.product_recipt.all %}
{% trans "Product Description" %}
{% endif %}
{% if inv.service_recipt.all %}
{% for item in inv.service_recipt.all %}
{{item.field}}
{% endfor %}
{% elif inv.product_recipt.all %}
{% for item in inv.product_recipt.all %}
{{item.field}} x {{item.qty}} x ${{item.field.price}}
{% endfor %}
{% endif %}
{% if inv.discounts.all %}
{% trans "List Discounts" %}
{% for item in inv.discounts.all %}
{{item.field}} ${{item.amount}}
{% endfor %}
{% endif %}
Bienvenidos a nuestra pasarela de Pago Movil Interbancario
¡Ahora completa tu pago!
Primero solicita la clave OTP para proceder
Introduzca el codigo recibido via SMS en su telefono
Stela Secure Payments
{% trans "Purchase amount" %}: ${{total|unlocalize}}