{% trans "Your payment has been confirmed. Now our team is organizing operations to deliver your purchase" %}.
ORDER NUMBER
#{{order.transaction_id}}
PRODUCTS ORDERED ({{counter}})
{% for item in selection %}
{{item.integration.title}}
{{item.integration.description}}
{% trans "Domain" %}: {{item.domain.name}}.{{item.domain.tld}}
{% trans "Modules" %}:
{% for row in item.integration.modules.all %}
{{row.title}}
{% endfor %}
{% endfor %}
ORDER DETAILS
Payment Method
Subtotal
Fee
Tax
Total
{{order.payment_method}}
Bs. {{subtotal}}
Bs. {{fee}}
Bs. {{tax}}
Bs. {{total}}
{% trans "SHIPPING ADDRESS" %}
{% trans "With this payment you have completed the total cost of the project. Thank you very much for choosing us. You can access your credentials at the following link" %}.