{% extends 'gestion/base.html' %} {% block contents %}
{{c.libelle}} ({{c.compte}})
| Niveau + filière | Volume en m3 | Masse en kg | Titres |
|---|---|---|---|
| {{ k }} | {{ glob.volume|floatformat:3 }} | {{ glob.masse|floatformat:0 }} | {{ glob.les_titres }} | {% endif %} {% endfor %}
| Total | {{ total.volume|floatformat:0 }} m3 | {{ total.masse|floatformat:0 }} kg | {{ total.les_titres }} |