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

{{ page_title }}

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

Signaler
{{ statistics.reported }}
Signalés
{{ statistics.under_investigation }}
En enquête
{{ statistics.resolved }}
Résolus
{{ statistics.critical }}
Critiques
{% for inc in incidents %} {% else %} {% endfor %}
Réf Titre Équipement Type Gravité Statut Date Actions
{{ inc.reference }} {{ inc.title }} {{ inc.equipment.name }} {{ inc.typeLabel }} {{ inc.severityLabel }} {{ inc.statusLabel }} {{ inc.incidentDate|date('d/m/Y') }}
Aucun incident
{% if incidents.getTotalItemCount > 0 %}
{{ knp_pagination_render(incidents) }}
{% endif %}
{% endblock %}