{% extends "base.html" %}{% block title %}{{ unit.name }} — GMAO{% endblock %}{% block content %}
État : {{ unit.occupancy_status|replace('_',' ')|title }}
Occupant : {{ unit.occupant_name or 'Aucun' }}
Contact : {{ unit.occupant_contact or '—' }}
Période : {{ unit.occupancy_start|date_fmt if unit.occupancy_start else '—' }} → {{ unit.occupancy_end|date_fmt if unit.occupancy_end else '—' }}