Afficher la salle de l'intervention
Some checks are pending
CI - Tests et Syntax / lint-and-test (push) Waiting to run
Some checks are pending
CI - Tests et Syntax / lint-and-test (push) Waiting to run
This commit is contained in:
parent
cfe242ee11
commit
238e7a6ea4
1 changed files with 1 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue