{%- extends "trading/VatProductInvoice/base.weasy.html" -%} {%- block bottomleft %}{%- endblock %} {%- block bottomright %}{%- endblock %} {% block ending %} {% if obj.invoicing_max_date %} This is a custom ending for Noi.
{{_("Date")}} | {{_("Start time")}} | {{_("End time")}} | {{_("Break time")}} | {{_("Description")}} | {{_("Duration")}} | {% if True %}{{_("Worker")}} | {% endif %}
---|---|---|---|---|---|---|
{% if item.description %}
{{item.title}} {% if item.description.startswith("<") %} {{item.description}} {% else %} {{restify(item.description)}} {% endif %} {% else %}{{item.title}} {% endif %} |
{{decfmt(item.unit_price)}} | {% if item.unit_price %} {{decfmt(item.qty)}} {% endif %} | {% if dd.plugins.vat.item_vat %} {{decfmt(item.total_incl)}} {% else %} {{decfmt(item.total_base)}} {% endif %} |