{% extends "base.html" %} {% block title %}Éléments de {{ equipment.name }} — GMAO Collège{% endblock %} {% block content %}
| N° | Nom | Salle | Statut | Curatives | Préventives | Actions |
|---|---|---|---|---|---|---|
| {% if child.individual_number %}#{{ child.individual_number }}{% else %}—{% endif %} | {{ child.name or 'Sans nom' }} | {% if child.effective_room %} {{ child.effective_room.name }} {% else %} — {% endif %} | {{ child.status|format_status }} | {% if child.curative_count > 0 %} {{ child.curative_count }} {% else %} 0 {% endif %} | ||
| Aucun élément dans ce groupe. | ||||||