{% load costs %}

{{ document.name }}

Services proposés

Coûts

{% for cost in document.cost_set.all %} {% empty %} {% endfor %}
DésignationCapacité totale OccupationCoût mensuel
{{ cost.name }} {% if cost.capacity_unit %} {{ cost.total_capacity|human_round }} {{ cost.get_capacity_unit_display }} {% else %} n/a {% endif %} {{ cost.used_fraction|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ésignation Capacité totale Occupation Coût d'achat
{{ good.name }} {% if good.capacity_unit %} {{ good.total_capacity|human_round }} {{ good.get_capacity_unit_display }} {% else %} n/a {% endif %} {{ good.used_fraction|percent }} {{good.price|price }}
Pas de matériel pour l'instant.