{% extends "base.html" %} {% block title %}Nouvelle restriction — {{ equipment.name }} — GMAO Collège{% endblock %} {% block content %}

Nouvelle restriction

Type de restriction
Horaires d'interdiction
{% for day_num, day_name in days.items() %} {% if day_num > 0 and day_num < 6 %}
{% else %}
{% endif %} {% endfor %}
Message explicatif (optionnel)
Annuler
{% block extra_scripts %} {% endblock %} {% endblock %}