{% extends 'base-compte.html.twig' %} {% block contenu %} {% set currentUrl = app.request.attributes.get('_route') %} {% set workerAttributes = arrayWorker(worker, 'Attributes') %}
{{'myAccount.infos_comp'|trans}}
{% if attribute_2 %}

{% for attribute in attributes %} {% if attribute.id == attribute_2 %} {% for childAttribute in attribute.attributes %}
{% endfor %} {% endif %} {% endfor %}
{% endif %} {% if attribute_3 %}

{% for attribute in attributes %} {% if attribute.id == attribute_3 %} {% for childAttribute in attribute.attributes %}
{% endfor %} {% endif %} {% endfor %}
{% endif %} {% if attribute_4 %}

{% for attribute in attributes %} {% if attribute.id == attribute_4 %} {% for childAttribute in attribute.attributes %}
{% endfor %} {% endif %} {% endfor %}
{% endif %} {% if attribute_5 %}

{% for attribute in attributes %} {% if attribute.id == attribute_5 %} {% for childAttribute in attribute.attributes %}
{% endfor %} {% endif %} {% endfor %}
{% endif %}
{{'myAccount.mini_cond'|trans}}
{% endblock %}