{% extends 'base.html' %} {% load bootstrap3 %} {% block servicestab %} class="active"{% endblock %} {% block content %} {% if object_list %} {% for service in object_list %} {% if forloop.first %} {% endif %} {% if forloop.last %} {% endif %} {% endfor %}
Identifiant Type Début Fin Actif
{{ service.pk }} {{ service.service_type }} {{ service.start|default:"–" }} {{ service.end|default:"–" }} {{ service.is_ongoing|yesno:"✔,✘" }}
{% else %}

Vous n’avez aucun services.

{% endif %} {% endblock %}