{% extends 'accounting.html' %} {% load i18n static notify categories widget_tweaks %} {% block bodyclass %}{{ block.super }} hidden-breadcrumbs{% endblock %} {% block title %} {{ invoice.model_name }} #{{ invoice.id }} {% endblock %} {% block content %} {{ block.super }}
{% trans 'Code' %} | {% trans 'Product' %} [ {% trans 'New product' %} ] | {% trans 'Quantity' %} | {% trans 'Price' %} | |
---|---|---|---|---|
{% trans 'Total without discount' %}: | {{ invoice.total }} | |||
{% trans 'Discount' %}: | % | {{ invoice.discounted_total }} | ||
{% trans 'Total' %}: | {{ invoice.total_with_discount }} |