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

{{ title }}

Annuler
{% if building and building.id %}
Zones du bâtiment
{% if zones %} {% else %}

Aucune zone dans ce bâtiment.

{% endif %}
{% endif %} {% endblock %}