{% extends "base.html" %} {% block title %}Équipements — GMAO Collège{% endblock %} {% block content %}
{% if view == 'zones' %}| {{ item.name }} | {{ item.category }} | {{ item.quantity }} |
| Code | Nom | Catégorie | Localisation | Statut | Curatif |
|---|---|---|---|---|---|
{{ eq.code or '—' }} |
{{ eq.name }} {% if eq.is_group %} {{ eq.children_count }}/{{ eq.total_children }} {% if eq.tracked_individually %} Suivi indiv. {% endif %} {% endif %} | {{ eq.category.name if eq.category else '—' }} | {{ eq.full_path }} | {{ eq.status|format_status }} | {% if eq.curative_count > 0 %} {{ eq.curative_count }} {% else %} 0 {% endif %} |
{{ eq.code or '—' }} · {{ eq.category.name if eq.category else '—' }}
Aucun équipement