{% set header_title = 'Checkout' %} {% set header_show = false %} {% extends 'layouts/layout-1.html' %} {% block content %}

Billing Details

Your Order

{% for i in [1, 3] %} {% endfor %}
Product Total
{{ shop[i].title }} × {{ '1' if i == 1 else '2' }} {{ shop[i].price if i == 1 else '$250.00' }}
Subtotal $317.00
Shipping Free Shipping
Total $317.00
Place Order
{% endblock %}