diff --git a/app_new/templates/equipments/children.html b/app_new/templates/equipments/children.html
index bc7bd06..336c74d 100644
--- a/app_new/templates/equipments/children.html
+++ b/app_new/templates/equipments/children.html
@@ -103,7 +103,7 @@
{% endif %}
|
{% if ec.consumable %}
-
+
{{ ec.consumable.name }}
{% else %}
diff --git a/app_new/templates/equipments/lot_detail.html b/app_new/templates/equipments/lot_detail.html
index 140376a..d3f44db 100644
--- a/app_new/templates/equipments/lot_detail.html
+++ b/app_new/templates/equipments/lot_detail.html
@@ -120,7 +120,7 @@
|
{% if eq.room %}
-
+
{{ eq.room.name }}
{% elif eq.location %}
@@ -176,4 +176,4 @@
{% endif %}
-{% endblock %}
\ No newline at end of file
+{% endblock %}
diff --git a/app_new/templates/equipments/lot_form.html b/app_new/templates/equipments/lot_form.html
index cc51190..0c38160 100644
--- a/app_new/templates/equipments/lot_form.html
+++ b/app_new/templates/equipments/lot_form.html
@@ -75,7 +75,7 @@
|
{% if eq.room %}
-
+
{{ eq.room.name }}
{% elif eq.location %}
@@ -121,4 +121,4 @@
{% endif %}
-{% endblock %}
\ No newline at end of file
+{% endblock %}
diff --git a/app_new/templates/equipments/room_detail.html b/app_new/templates/equipments/room_detail.html
index 2eb249a..f76d04d 100644
--- a/app_new/templates/equipments/room_detail.html
+++ b/app_new/templates/equipments/room_detail.html
@@ -8,7 +8,7 @@
{% if room.code %}({{ room.code }}){% endif %}
-{% endblock %}
\ No newline at end of file
+{% endblock %}
diff --git a/app_new/templates/equipments/scheduled_task_form.html b/app_new/templates/equipments/scheduled_task_form.html
index 9b53b05..ad28a7c 100644
--- a/app_new/templates/equipments/scheduled_task_form.html
+++ b/app_new/templates/equipments/scheduled_task_form.html
@@ -9,7 +9,7 @@
- Équipements
- {{ equipment.name }}
- - Tâches planifiées
+ - Tâches planifiées
- {% if task %}Modifier{% else %}Ajouter{% endif %}
@@ -131,7 +131,7 @@
-
+
Annuler
@@ -165,4 +165,4 @@
-{% endblock %}
\ No newline at end of file
+{% endblock %}
diff --git a/app_new/templates/interventions/detail.html b/app_new/templates/interventions/detail.html
index 5052f63..6baa4fb 100644
--- a/app_new/templates/interventions/detail.html
+++ b/app_new/templates/interventions/detail.html
@@ -130,13 +130,13 @@
{% if intervention.equipment and intervention.equipment.status not in ['a_jeter', 'jete'] %}
-
@@ -393,7 +393,7 @@
{% if intervention.is_deleted %}
-
{% if show_trashed %}
-
@@ -186,4 +186,4 @@
.bg-purple { background-color: #6f42c1 !important; }
.intervention-card:hover { box-shadow: 0 2px 8px rgba(0,0,0,0.12) !important; }
-{% endblock %}
\ No newline at end of file
+{% endblock %}
diff --git a/app_new/templates/lots/detail.html b/app_new/templates/lots/detail.html
index 66d4530..ba68f1e 100644
--- a/app_new/templates/lots/detail.html
+++ b/app_new/templates/lots/detail.html
@@ -135,7 +135,7 @@
|
{% if eq.room %}
-
+
{{ eq.room.name }}
{% elif eq.location %}
|