{% extends 'base.html' %} {% block title %}Indisponibilités{% endblock %} {% block content %}
| Période | Type | Machine | Note | |
|---|---|---|---|---|
| {{ 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 '—' }} |
Aucune exception définie.