{% extends 'base-compte.html.twig' %} {% block contenu %} {% set currentUrl = app.request.attributes.get('_route') %} {% set mainType1 = customParam('main_skill_type_1')%} {% set mainType2 = customParam('main_skill_type_2')%}
{{'work_types'|trans}}
{% 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 %}
{{'myAccount.mini_cond'|trans}}
{{'property_types'|trans}}
{% for skillType in skillTypes[mainType2] %} {% if skillType.mainSkill == null %} {% for skillTypeChild in skillType.skills %} {% endfor %} {% endif %} {% if skillTypes[mainType2]|last.id != skillType.id %} {% endif %} {% endfor %}
{{'myAccount.mini_cond'|trans}}
{% set workerTypeId = customParam('find_my_data_worker_type_id') %} {% if workerTypeId == 1 or workerTypeId == 2 %}
{{'style_types'|trans}}
{% for attribute in attributes %} {% if attribute.id == '58' %} {% for childAttribute in attribute.attributes %}
{% endfor %} {% endif %} {% endfor %}
{{'myAccount.mini_cond'|trans}}
{% endif %} {% if workerTypeId == 1 %}
{{'missions'|trans}}
{% for attribute in attributes %} {% if attribute.id == '54' %} {% for childAttribute in attribute.attributes %}
{% endfor %} {% endif %} {% endfor %}
{{'myAccount.mini_cond'|trans}}
{% endif %}
{% endblock %}