Détails du problème signalé

Date d'identification:
{{ problem.identificationDate ? problem.identificationDate|date('d/m/Y') : '—' }}
Signalé par

{% if (problem.reportedBy) %} {% if (problem.reportedBy.user) %} {{ problem.reportedBy.user.firstname ~ ' ' ~ problem.reportedBy.user.lastname }} {% endif %} {% endif %}

Activité

{{ problem.activity.name }}

Parties prenantes
{% for stakeholder in problem.stakeholder %}
  • {{ stakeholder.name }}
  • {% else %}
  • Aucune
  • {% endfor %}

    Résolution

    Modalités de résolution:
    Date de résolution:
    {{ problem.resolutionDate ? problem.resolutionDate|date('d/m/Y') : 'NON RÉSOLU' }}