{% if is_granted('ROLE_ADMIN') %}
{% endif %}
{% if not editMode %}
Nouvel audit
{% else %}
AUD-{{ rgpdaudit.id }} {{ rgpdaudit.designation | capitalize }}
{% endif %}
{% if editMode %}
- Préparation:
- {{ anomalie.CreatedAt | date("d/m/Y")}}
- Audit:
- {{ anomalie.PublishedAt | date("d/m/Y")}}
- Clôture:
- {{ anomalie.ClosedAt | date("d/m/Y")}}
{% endif %}
-
{% if editMode %}
-
{% endif %}
-
{% if is_granted('ROLE_ADMIN') %}
{% endif %}