{% extends "orders/print_confirmation.html" %} {% load i18n %} {% block title %} {% blocktrans with code=order.code%}Dispatch #{{ code }}{% endblocktrans %} {% endblock title %} {% block parts_and_services %}
{% trans "Product" %} | {% trans "Warranty" %} | {% trans "VAT %" %} | {% trans "Qty" %} | |
---|---|---|---|---|
{{ i.product.code }} | {{ i.title }}{% if i.sn %} {% trans "SN" %}: {{ i.sn }}{% endif %} |
{{ i.product.warranty_period }} {% trans "mon." %} | {{ i.product.pct_vat|floatformat:"0" }}% | {{ i.amount }} |