{% extends 'base.html.twig' %} {% set bodyClass = 'aipd_analyse_impact list' %} {% set menuItem = 'aipd_analyse_impact' %} {% block title %}{{ 'aipd.analyse_impact.title.list'|trans }} - {{ parent() }}{% endblock %} {% block stylesheets %} {% endblock %} {% block body_head %}
| {% if is_granted('ROLE_REFERENT') %} | {% endif %} {% if app.user.hasServices %} | {% endif %} | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| {{ 'aipd.analyse_impact.list.traitement'|trans }} | {{ 'global.label.created_at'|trans }} | {{ 'aipd.analyse_impact.list.date_validation'|trans }} | {{ 'aipd.analyse_impact.list.modele'|trans }} | {% if is_granted('ROLE_REFERENT') %}{{ 'global.label.organization'|trans }} | {% endif %} {% if app.user.hasServices %}{{ 'global.label.service'|trans }} | {% endif %}{{ 'aipd.analyse_impact.label.avis_referent'|trans }} | {{ 'aipd.analyse_impact.label.avis_dpd'|trans }} | {{ 'aipd.analyse_impact.label.avis_representant'|trans }} | {{ 'aipd.analyse_impact.label.avis_responsable'|trans }} | {{ 'global.label.actions'|trans }} |