{% extends 'base.html' %} {% load bootstrap3 %} {% block servicestab %} class="active"{% endblock %} {% block content %}
{{ service.start|default:"depuis toujours" }} – {{ service.end|default:"présent" }}
{% if service.contribution.count == 1 %}{{ service.contribution.first }}
{% elif service.contribution.count > 1 %}multiples paiements
{% endif %}{{ service.ip_resources.all|join:", " }}