{% include 'admin/adminIntervention/etatIntervention.html.twig' %} |
{% if intervention.dateDemande is defined and intervention.dateDemande is not null %}
{{ intervention.dateDemande|date('d/m/Y à H:i:s') | raw }}
{% endif %}
|
{{ intervention.origine }} |
{{ intervention.incidentNom }} |
{{ intervention.action }} |
{% if intervention.dateIntervention is defined and intervention.dateIntervention is not null %}
{{ intervention.dateIntervention|date('d/m/Y à H:i:s') | raw }}
{% endif %}
|
{{ intervention.intervenant }} |
{{ intervention.provenance }} |
{% if is_granted('ROLE_SUPER_ADMIN')
or is_granted("ROLE_ADMIN")
or is_granted("ROLE_TECHNIQUE_BUTAGAZ")
or is_granted("ROLE_CTT")
or is_granted("ROLE_MARKETING")
or is_granted("ROLE_SERVICE_CLIENT_CORIOLIS_BTZ") %}
{% trans %}form.btn.show{% endtrans %}
{% endif %}
|
{% endfor %}