{% extends 'base-compte.html.twig' %} {% block contenu %} {% set currentUrl = app.request.attributes.get('_route') %} {% set pictures = arrayWorker(worker, 'Pictures') %} {% set mainType1 = customParam('main_skill_type_1')%} {% set mainType2 = customParam('main_skill_type_2')%}
{{'myAccount.modif_img'|trans}}
{% set workerTypeId = customParam('find_my_data_worker_type_id') %} {% if workerTypeId == 1 or workerTypeId == 2 %}

{% for attribute in attributes %} {% if attribute.id == '47' %} {% for childAttribute in attribute.attributes %}
{% endfor %} {% endif %} {% endfor %}
{% endif %}
{% if workerTypeId == 3 %}
{% else %}
{% endif %}
{% for skillType in skillTypes[mainType1] %} {% if skillType.mainSkill == null %} {% for skillTypeChild in skillType.skills %} {% endfor %} {% if skillTypes[mainType1]|last.id != skillType.id %} {% endif %} {% endif %} {% endfor %}
{% if workerTypeId == 3 %}
{% else %}
{% endif %}
{% for skillType in skillTypes[mainType2] %} {% if skillType.mainSkill == null %} {% for skillTypeChild in skillType.skills %} {% endfor %} {% if skillTypes[mainType2]|last.id != skillType.id %} {% endif %} {% endif %} {% endfor %}
{% for picture in pictures %} {% if picture.id == idPicture %}
{{'myAccount.compte_archi_img'|trans}}
{% endif %} {% endfor %}
{{'myAccount.mini_cond'|trans}}
{% endblock %}