{# position/index.html.twig #} {% extends 'base.html.twig' %} {% block page %}

Liste des postes

{% if multisite > 1 %} {% endif %} {% if not config('Planook') %} {% endif %} {% for j in positions %} {% if multisite > 1 %} {% endif %} {% if not config('Planook') %} {% endif %} {% endfor %}
  Nom du posteSiteEtageActivités Groupe Obligatoire/renfort Bloquant Statistiques
{{j.nom}}{{j.site}}{{j.etage}}{{ j.activitesAffichees }} {{j.groupe}} {{j.obligatoire}} {{j.bloquant ? "Oui" : "Non"}} {{j.statistiques ? "Oui" : "Non"}}
{% endblock %}