{% block body %}
| Id | Urgence | Status | Date de création | Technicien | Description | actions | |
|---|---|---|---|---|---|---|---|
| {{ ticket.id }} |
{{ ticket.importance }}
{{ ticket.type }}
|
{{ ticket.status }}
|
{{ ticket.date ? ticket.date|date('Y-m-d H:i:s') : '' }} | {{ ticket.technicien }} | {{ ticket.description }} | {% if app.user != null and 'ROLE_DEV' in app.user.roles %} {% endif %} | {% for item in ticket.pj %} {{ item }} {% endfor %} |
| no records found | |||||||