Afficher la salle de l'intervention
Some checks are pending
CI - Tests et Syntax / lint-and-test (push) Waiting to run

This commit is contained in:
root 2026-08-21 10:33:43 +00:00
parent cfe242ee11
commit 238e7a6ea4

View file

@ -280,6 +280,7 @@
<div class="card border-0 shadow-sm mb-3">
<div class="card-body">
<h6 class="card-title"><i class="bi bi-hdd text-warning"></i> Équipement</h6>
<div class="mb-2"><strong>Salle :</strong> {% if intervention.room %}{{ intervention.room.full_name }}{% elif intervention.equipment and intervention.equipment.room %}{{ intervention.equipment.room.full_name }}{% else %}<span class="text-muted">Non renseignée</span>{% endif %}</div>
{% if intervention.is_group_intervention %}
<div class="mb-2">
<span class="badge bg-info">Groupe d'équipements</span>