{% load costs %}

{{ document.name }}

Services proposés

Coûts

{% for cost in document.cost_set.all %} {% empty %} {% endfor %}
DésignationOccupationCoût mensuel
{{ cost.name }} {{ cost.used|percent }} {{ cost.price|price }}
Pas de coût pour l'instant.

Matériel et frais d'accès

{% for good in document.good_set.all %} {% empty %} {% endfor %}
DésignationOccupationCoût d'achat
{{ good.name }} {{ good.used|percent }} {{good.price|price }}
Pas de matériel pour l'instant.