{% extends '@AdminLTE/layout/cfgodd-layout.html.twig' %} {% block page_title %}{% trans %}poste.title{% endtrans %}{% endblock %} {% block page_content %} {% if is_granted('ROLE_ADMIN') %}
{% endif %} {% embed '@AdminLTE/Widgets/box-widget.html.twig' %} {% block box_body %}| {% trans %}basics.name{% endtrans %} | {% trans %}poste.type{% endtrans %} | {% if is_granted('ROLE_ADMIN') %}{% endif %} {% for poste in postes %} |
|---|---|---|
| {{ poste.name }} | {{ poste.typePoste }} | {% if is_granted('ROLE_ADMIN') %}{% endif %} |