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

{{ title }}

Informations du bâtiment
Annuler
{% if building %}
Zones du bâtiment
{% if zones %} {% for zone in zones %} {% endfor %}
Nom Salles Actions
{{ zone.name }} {{ zone.rooms|length }}
{% else %}

Aucune zone définie. Les zones permettent de grouper les salles.

{% endif %}
{% endif %}
{% if building %} {% endif %} {% endblock %} {% block extra_scripts %} {% if building %} {% endif %} {% endblock %}