{% extends 'base.html' %}
{% load bootstrap3 %}
{% block servicestab %} class="active"{% endblock %}
{% block content %}
Retour à la liste de mes services
Contribution : pas de contribution
{% elif service.contribution.count == 1 %}Contribution : {{ service.contribution.first }}
Ressources IP : {% for ip in service.ip_resources.all %} {% if forloop.first %}
Période d’activation du service : {% if not service.start and not service.end %} indéfinie {% else %} {{ service.start|default:"depuis toujours" }} – {{ service.end|default:"pour toujours" }} ({% if service.is_ongoing %}actuellement actif{% else %}actuellement inactif{% endif %}) {% endif %}
{% endif %}