{% extends "base.html" %}
{% load i18n %}
{% load gross net tax from prices_i18n %}
{% block title %}{% trans "Checkout" %} — {{ block.super }}{% endblock %}
{% block outerbreadcrumb %}{% endblock %}
{% block header %}
{% trans "Already have an account?" %} {% trans "Sign in" %}
{% endif %} {% block step_info %}{% endblock %}
{{ item.product.product }}{% if item.quantity != 1 %} ×{{ item.quantity }}{% endif %}
{{ item.product }} |
{% net item.get_total %} |
{% trans "Subtotal" %} | {% net checkout.get_subtotal %} |
{% trans "Shipping" %} | {% if checkout.shipping_method %} {% net checkout.get_total_shipping %} {% else %} — {% endif %} |
{% trans "Taxes" %} | {% tax total %} |
{% trans "Total" %} | {% gross total %} |
---|