{% extends 'layouts/authenticated.html.twig' %} {% block page_title %}{{ page_title }}{% endblock %} {% block content %}

{{ page_title }}

{{ statistics.total }} maintenance{{ statistics.total > 1 ? 's' : '' }}

Planifier
{{ statistics.scheduled }}
Planifiées
{{ statistics.in_progress }}
En cours
{{ statistics.completed }}
Terminées
{{ statistics.cancelled }}
Annulées
{% for m in maintenances %} {% else %} {% endfor %}
Réf Équipement Type Date prévue Statut Actions
{{ m.reference }} {{ m.equipment.name }} {{ m.typeLabel }} {{ m.scheduledDate|date('d/m/Y') }}{% if m.isOverdue %} En retard{% endif %} {{ m.statusLabel }}
Aucune maintenance
{% if maintenances.getTotalItemCount > 0 %}
{{ knp_pagination_render(maintenances) }}
{% endif %}
{% endblock %}