{% extends 'base.html' %} {% block title %}Indisponibilités{% endblock %} {% block content %}
| Date | Type | Machine | Note | |
|---|---|---|---|---|
| {{ b.date }} | {% 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.