{% extends 'admin.html' %} {% load bootstrap3 %} {% block breadcrumb %}
Identifiant du service : #{{ service.id }}
Responsable : ADT{{ service.adhesion.id }} – {{ service.adhesion.get_adherent_name }}
{% if service.contribution %}Contribution : {{ service.contribution }}
{% else %}Contribution : pas de contribution
{% endif %}Actif : {{ service.active|yesno:"oui,non" }}
Ressources IP : {% for allocation in service.active_allocations %} {% if forloop.first %}