{% 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 %}

{{ worker.company }}

{{ worker.fullName }}

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

{% if worker.boolDirige == 'leader_1' and worker.sexe == 'monsieur' %} {% set jobTitle = 'pageWorker.' ~ worker.boolDirige %}

{{jobTitle|trans}}

{% elseif worker.boolDirige == 'leader_1' and worker.sexe == 'madame' %} {% set jobTitle = 'pageWorker.' ~ worker.boolDirige ~'_bis' %}

{{jobTitle|trans}}

{% elseif worker.boolDirige == 'interior_designer' %} {% set jobTitle = 'pageWorker.' ~ worker.boolDirige %}

{{jobTitle|trans}}

{% elseif worker.boolDirige == 'decorator' and worker.sexe == 'monsieur' %} {% set jobTitle = 'pageWorker.' ~ worker.boolDirige %}

{{jobTitle|trans}}

{% elseif worker.boolDirige == 'decorator' and worker.sexe == 'madame' %} {% set jobTitle = 'pageWorker.' ~ worker.boolDirige ~ '_bis' %}

{{jobTitle|trans}}

{% elseif worker.boolDirige == 'decorator_interior_designer' and worker.sexe == 'monsieur' %} {% set jobTitle = 'pageWorker.' ~ worker.boolDirige %}

{{jobTitle|trans}}

{% elseif worker.boolDirige == 'decorator_interior_designer' and worker.sexe == 'madame' %} {% set jobTitle = 'pageWorker.' ~ worker.boolDirige ~ '_bis' %}

{{jobTitle|trans}}

{% endif %}
{% if worker.isEnabled == 0 %}
{{'pageWorker.draft_2'|trans|raw}}
{% endif %}

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

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

{{'pageWorker.free_phone'|trans}}

{% else %}

{{'blacklist.message_sheet_worker'|trans}}

{% endif %}

{% trans %}saved{% endtrans %} {% trans %}save{% endtrans %}

{% if worker.workerMedia %} {% endif %}
{% 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 %}

{{'siret'|trans}}

  • {{ worker.siret }}

{{'pageWorker.who_i_am'|trans}}

{{ worker.currentTranslation.description|raw }}

{{'pageNews.lire_suite'|trans}}

{% set skillPropertyTypes = getSkillsByType(worker['workerSkill'], 'property-type-deco') %} {% set skillWorkTypes = getSkillsByType(worker['workerSkill'], 'style-type-deco') %} {% set prestations = getAttributesByMain(worker['workerAttribute'], 122) %} {% set maxDisplaySkills = 6 %} {{ render(controller( 'FindMyDataBundle\\Controller\\PortfolioController::workerSheet', { 'worker': worker } )) }}

{{'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 %}

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

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

{{'pageWorker.free_phone'|trans}}

{% else %}

{{'blacklist.message_sheet_worker'|trans}}

{% endif %}
{{'pageWorker.wish'|trans|raw}} {{ worker.fullName }}
    {# MODAL NUMBER PHONE #} {% if worker.showNumber %} {% endif %} {# MODAL EMAIL #}
    {% endblock %} {% block javascripts %} {% set number = number(worker.phone, websiteId) %} {% endblock %}