Browse Source

Display mensual services costs

Jocelyn Delande 9 years ago
parent
commit
ad2e26fa60
1 changed files with 1 additions and 1 deletions
  1. 1 1
      costs/templates/costs/document_detail.html

+ 1 - 1
costs/templates/costs/document_detail.html

@@ -31,7 +31,7 @@
 {% for service in document.service_set.all %}
   <li>
     <a href="{{ service.get_absolute_url }}">{{ service.name }}</a>
-    ({{ service.subscriptions_count }} abonné·e{{ service.subscriptions_count|pluralize:"·s" }})
+    ({{ service.get_prices.unit_recurring_price|price }} /mois)
   </li>
 {% empty %}
   <li>Pas de service pour l'instant.</li>