{{'localisation'|trans}}
-
{% for attributes in worker['workerAttribute'] %}
{% if attributes['attribute']['mainAttribute'] is not null and attributes['attribute']['mainAttribute']['id'] == attribute_2 %}
- {{ attributes['attribute']['currentTranslation']['name'] }} {% endif %} {% endfor %}
{{'missions'|trans}}
-
{% for attributes in worker['workerAttribute'] %}
{% if attributes['attribute']['mainAttribute'] is not null and attributes['attribute']['mainAttribute']['id']== attribute_1 %}
- {{ attributes['attribute']['currentTranslation']['name'] }} {% endif %} {% endfor %}
{{'prices'|trans}}
-
{% for attributes in worker['workerAttribute'] %}
{% if attributes['attribute']['mainAttribute'] is not null and attributes['attribute']['mainAttribute']['id'] == attribute_3 %}
- {{ attributes['attribute']['currentTranslation']['name'] }} {% endif %} {% endfor %}
{{'payment'|trans}}
-
{% for attributes in worker['workerAttribute'] %}
{% if attributes['attribute']['mainAttribute'] is not null and attributes['attribute']['mainAttribute']['id'] == attribute_4 %}
- {{ attributes['attribute']['currentTranslation']['name'] }} {% endif %} {% endfor %}
{{'language_spoken'|trans}}
-
{% for attributes in worker['workerAttribute'] %}
{% if attributes['attribute']['mainAttribute'] is not null and attributes['attribute']['mainAttribute']['id'] == attribute_5 %}
- {{ attributes['attribute']['currentTranslation']['name'] }} {% endif %} {% endfor %}
{{'siret'|trans}}
- {{ worker.siret }}
{{'pageWorker.who_i_am'|trans}}
{{'pageNews.lire_suite'|trans}}
{{'pageWorker.suggest_you'|trans}}
{{'possession_types'|trans}}
-
{% for skills in skillPropertyTypes %}
- {{ skills.currentTranslation.name }} {% endfor %}
{{'style_types'|trans}}
-
{% for skills in skillWorkTypes %}
- {{ skills.currentTranslation.name }} {% endfor %}
{{'pageWorker.prestations'|trans}}
-
{% for prestation in prestations %}
- {{ prestation.currentTranslation.name }} {% endfor %}