{% extends "base.html.twig" %} {% block meta %} {{ meta['title'] }} {% endblock %} {% block add %} {% if nbWorkers == 0 %} {% endif %} {% endblock %} {% block body %}

{{'find_architect'|trans}} {% if placeData.city %}{{'a'|trans}}{{ placeData.city.long_name }}{% endif %} {% if skillsStr|length > 0 %}{{'specialist'|trans}} {{'en'|trans}} {{ skillsStr }}{% endif %}

{{'immediately'|trans}}

{% trans %}pageBtoC.selection{% endtrans %} {% if selection|length > 0 %}: {{ selection }}{% endif %}

{% for worker in workers %}
{% if worker.profilePicture %} {% endif %}

{{ worker.firstname }} {{ worker.lastname }}

{% for workerSkill in worker.workerSkill %} {% if workerSkill.currentTranslation and loop.index <= maxSkillDisplay %}
{{ workerSkill.currentTranslation.name }}
{% endif %} {% endfor %} {% if worker.workerSkill|length > maxSkillDisplay %}
+ {{ worker.workerSkill|length - maxSkillDisplay }}
{% endif %}

{{ worker.company }} - {{ worker.city }} ({{ worker.zipCode }})

{% if worker.currentTranslation != "[]"%}
{{ worker.currentTranslation.miniDescription|raw }}
{% endif %}
{% if loop.index == displayFindBlock %}

{{'pageBtoC.dont_find'|trans}}

{{'pageBtoC.we_find_it'|trans}}

{{'pageBtoC.architect_callback_sr_bis'|trans|raw}}

{{'footer.lets_go'|trans}}
{% endif %} {% endfor %} {% if nbWorkers > limitQuery %} {% set currentSearchUrl = app.request.attributes.get('_route') %} {% set currentParams = app.request.attributes.get('params') %} {% set currentPlace = app.request.attributes.get('place') %}
    {% if (offsetQuery+1) > 1 %}
  • {% endif %} {% if nbStartPaginate > 1 %}
  • 1
  • {% if offsetQuery + 1 > nbMaxPaginate %}
  • ...
  • {% endif %} {% endif %} {% for paginate in nbStartPaginate..nbPaginate %}
  • {{ paginate }}
  • {% endfor %} {% if nbPages > nbPaginate %} {% if offsetQuery + 1 <= nbPages - nbMaxPaginate %}
  • ...
  • {% endif %}
  • {{ nbPages }}
  • {% endif %} {% if (offsetQuery+1) < nbPages %}
  • {% endif %}
{% endif %}

{{'trouvermonarchitectewebsite'|trans}}

{{ textWhyChoose|raw }}

{% endblock body %} {% block javascripts %} {% endblock %}