{# 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 not config('Planook') %} {% endif %}
{% if nbSites > 1 %} {% endif %} {% if not config('Planook') %} {% endif %}
Nom du poste :
Site
Etage :
Groupe:
Obligatoire / renfort : Obligatoire Renfort
Bloquant : Oui Non
Quota de SP : Oui Non
Statistiques : Oui Non
Compatible télétravail : Oui Non
Poste repas : Oui Non
{% if categoriesList is iterable and not categoriesList is empty %} {% endif %}
Activités : {% for s in skillList %} {% if s.id in activites %} {{ s.nom | raw }}
{% else %} {{ s.nom | raw }}
{% endif %} {% endfor %}
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 %}