{% extends "main.html" %} {% load filters %} {% load humanize %} {% block content %} {% if invoice.is_temporary %}
{% endif %}Name | Total | {% for name in names %}{{ name }} | {% endfor %}
---|---|---|
Preis | {% for name, name2 in price_each %} |
{% if name2 != None %}
{{ name2|floatformat:2|intcomma }} €
{% endif %}
{{ name|floatformat:2|intcomma }} €
|
{% endfor %}
Total | {% for t in total %}{{ t|floatformat:2|intcomma }} € | {% endfor %}|
Schwund | {% for loss, color, loss2, color2 in losses %} |
{% if loss2 != None %}
{{ loss2|floatformat:2|intcomma }}%
{% endif %}
{{ loss|floatformat:2|intcomma }}%
|
{% endfor %}
Name | Total | {% for name in names %}{{ name }} | {% endfor %}
{% if not forloop.first %}{{ i|floatformat:2|intcomma }} €{% else %}{{ i }}{% endif %} | {% endfor %}