diff --git a/templates/Aipd/Analyse_impact/list.html.twig b/templates/Aipd/Analyse_impact/list.html.twig index 58d73604adcc0001ab7735e4ec0cba957341fe5a..a06286692a19d2be4df92b5f65f871fc8f3ef3a9 100644 --- a/templates/Aipd/Analyse_impact/list.html.twig +++ b/templates/Aipd/Analyse_impact/list.html.twig @@ -55,7 +55,9 @@ <th scope="col"> <input class="form-control" type="text" id="search_modele" placeholder="{{ 'aipd.analyse_impact.list.modele'|trans }}" style="width: 100%;"> </th> - <th scope="col"></th> + {% if is_granted('ROLE_REFERENT') %} + <th scope="col"></th> <!-- Structure --> + {% endif %} <th scope="col"></th> <th scope="col"></th> <th scope="col"></th>