{% extends 'layouts/authenticated.html.twig' %} {% block page_title %}{{ page_title }}{% endblock %} {% block content %}
{{ incident.title }}
{{ incident.description|nl2br }}
{{ incident.investigationNotes|nl2br }}
{{ incident.resolution|nl2br }}
{% if incident.resolvedAt %}Résolu le {{ incident.resolvedAt|date('d/m/Y H:i') }}
{% endif %}