{% extends 'admin.html' %} {% load bootstrap3 %} {% block breadcrumb %}
  • Services
  • {{ service }}
  • {% endblock %} {% block content %}
    {% if perms.services.change_service %}  Éditer {% endif %}

    {{ service.service_type }}

    {% if service.label %}

    {{ service.label }}

    {% endif %}

    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 %}

    {% endif %} {% empty %} aucune IP allouée {% endfor %} Allouer une IP

    {% endblock %}