| {{ forloop.counter }} |
{{ item.gegenstand }} |
{{ item.buchungsdatum|date:"Y-m-d" }} |
{{ item.rechnungsnummer }} |
{{ item.get_kostentyp_display }} |
{{ item.gas_volume|default_if_none:"-" }} |
{% if item.gas_volume %}{{ item.gas_volume_liter|floatformat:2 }}{% else %}-{% endif %} |
{% if item.price_per_m3 %}{{ item.price_per_m3|floatformat:2 }}{% else %}-{% endif %} |
{% if item.price_per_liter %}{{ item.price_per_liter|floatformat:2 }}{% else %}-{% endif %} |
{{ item.betrag }} |
{{ item.beschreibung|default:"" }} |
|
{% empty %}