{% extends 'base.html' %} {% block title %}Indisponibilités{% endblock %} {% block content %}
Ajouter une exception
Exceptions récentes / à venir
{% if blocks %} {% for b in blocks %} {% endfor %}
PériodeTypeMachineNote
{{ b.date }} {% if b.date_end and b.date_end != b.date %} {{ b.date_end }} {% endif %} {% if b.type == 'off' %}Off {% elif b.type == 'tt' %}TT {% elif b.type == 'onsite' %}Sur site {% else %}{{ b.type }}{% endif %} {{ b.printer_name or 'Toutes' }} {{ b.notes or '—' }}
{% else %}

Aucune exception définie.

{% endif %}
{% endblock %} {% block scripts %} {% endblock %}