{% extends 'base.html.twig' %} {% block meta %} {% if worker.currentTranslation.contentTitle and worker.currentTranslation.contentTitle|length > 0 %} {{ worker.currentTranslation.contentTitle|striptags }} {% endif %} {% endblock %} {% block add %} {% if worker.isEnabled == 0 %} {% endif %} {% endblock %} {% set default_country = customParam('default_country') %} {% set currentLocal = app.request.locale %} {% block body %} {% set displayPopup = 1 %}
{% if worker.profilePicture %} {% endif %} {% if worker.isEnabled == 0 %} {# {{'pageWorker.draft'|trans|raw}} #}
{{'pageWorker.draft'|trans|raw}}
{% endif %}

{{ worker.company }}

{{ worker.fullName }}

{% if worker.boolDirige == 'leader_1' and worker.sexe == 'monsieur' %}

{{'pageWorker.leader_1'|trans}}

{% elseif worker.boolDirige == 'leader_1' and worker.sexe == 'madame' %}

{{'pageWorker.leader_1_bis'|trans}}

{% elseif worker.boolDirige == 'leader' and worker.sexe == 'monsieur' %}

{{'pageWorker.leader'|trans}}

{% elseif worker.boolDirige == 'leader' and worker.sexe == 'madame' %}

{{'pageWorker.leader_bis'|trans}}

{% elseif worker.boolDirige == 'photographer' and worker.sexe == 'monsieur' %}

{{'pageWorker.photographer'|trans}}

{% elseif worker.boolDirige == 'photographer' and worker.sexe == 'madame' %}

{{'pageWorker.photographer_bis'|trans}}

{% endif %}

{{ worker.address }}
{{ worker.city }} {{ worker.zipCode }}

{% if worker.workerMedia %} {% endif %}
{% if default_country %}

{{ worker.company }} {{'pageWorker.contact_by'|trans}}

{% else %}

{{'pageWorker.contact_by'|trans}} {{ worker.company }}

{% endif %}
{% if worker.showNumber and blacklisted == false %}

{{'pageWorker.free_phone'|trans}}

{% else %}

{{'blacklist.message_sheet_worker'|trans}}

{% endif %}

{{'pageWorker.prestations'|trans}}

{{'possession_types'|trans}}

{% for skills in worker['workerSkill'] %} {% if skills.skillType.slug == 'property-type' %} {{ skills.currentTranslation.name }} {% endif %} {% endfor %}

{{'work_types'|trans}}

{% for skills in worker.workerSkill %} {% if skills.skillType.slug == 'work-type' %} {{ skills.currentTranslation.name }} {% endif %} {% endfor %} {% if attribute_0 not in mainAttributesIds %}

{{'style_types'|trans}}

{% for attributes in worker['workerAttribute'] %} {% if attributes['attribute']['mainAttribute'] is not null and attributes['attribute']['mainAttribute']['id'] == attribute_0 %} {{ attributes['attribute']['currentTranslation']['name'] }} {% endif %} {% endfor %} {% endif %}

{{'pageWorker.presentations'|trans}}

{{ worker.currentTranslation.description|raw }}
{% if attribute_2 not in mainAttributesIds %}

{{'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 %}
{% endif %} {% if attribute_1 not in mainAttributesIds %}

{{'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 %}
{% endif %} {% if attribute_3 not in mainAttributesIds %}

{{'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 %}
{% endif %} {% if attribute_4 not in mainAttributesIds %}

{{'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 %}
{% endif %} {% if attribute_5 not in mainAttributesIds %}

{{'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 %}
{% endif %} {% if project_photographer != '-ph' %}
{% if countryUrl == 'it' or countryUrl == 'de' %} {% if worker.district.name is defined %}

{{'architect_nb_2'|trans}}
{{ worker.district.name }}

{% endif %}

{{'architect_nb_3'|trans}}
{{ worker.professionalNumber }}

{% elseif countryUrl == 'uk' %}

{{'architect_nb'|trans}}
{{ worker.professionalNumber }}

{% if worker.professionalNumberBis != null %}

{{'architect_nb_6'|trans}}
{{ worker.professionalNumberBis }}

{% endif %} {% elseif countryUrl == 'ie' %}

{{'architect_nb_6'|trans}}
{{ worker.professionalNumber }}

{% elseif countryUrl == 'es' and worker.district is defined %}

{{'architect_nb'|trans}}
{{ worker.district.name }} {{ worker.professionalNumber }}

{% else %}

{{'architect_nb'|trans}}
{{ worker.professionalNumber }}

{% endif %}
{% endif %}

{{'coordinates'|trans}}

{% if worker.showNumber and blacklisted == false %} {% endif %}
{% if default_country == 'de' %}
{{'pageWorker.wish'|trans|raw}} {{ worker.fullName }} {{'pageWorker.wish_part2'|trans|raw}}
{% elseif default_country == 'es' %}
{{'pageWorker.wish'|trans|raw}} {{ worker.company }}
{% else %}
{{'pageWorker.wish'|trans|raw}} {{ worker.fullName }}
{% endif %}
    {# MODAL NUMBER PHONE #} {# MODAL EMAIL #}
    {% endblock %} {% block javascripts %} {% set number = number(worker.phone, websiteId) %} {% endblock %}