{# position/edit.html.twig #} {% extends 'base.html.twig' %} {% block specificjs %} {% endblock %} {% block page %} {% if id is defined %}

Modification du poste

{% else %}

Ajout d'un poste

{% endif %}
{% if id is defined %} {% else %} {% endif %}
{% if nbSites > 1 %} {% endif %}
Nom du poste :
Site
Etage :
Groupe:
Obligatoire / renfort : Obligatoire Renfort
Bloquant : Oui Non
Statistiques : Oui Non
Compatible télétravail : Oui Non
{% if categoriesList is iterable and not categoriesList is empty %} {% endif %}
Activités : {% if not actList is empty %} {% for a in actList %} {% if a.id in activites %} {{ a.nom | raw }}
{% else %} {{ a.nom | raw }}
{% endif %} {% endfor %} {% endif %}
Catégories* : {% for c in categoriesList %} {% if c.id in categories %} {{ c.valeur | raw }}
{% else %} {{ c.valeur | raw }}
{% endif %} {% endfor %}


Annuler    
* Si aucune catégorie n'est sélectionnée, les agents de toutes les catégories pourront être placés sur ce poste.
{% endblock %}