{% extends "modules/base.twig" %}
{% block header %}
{% include 'modules/nav/nav_main.twig' with {
'active_nav': true,
'active': 'annuaire'
} %}
{% endblock %}
{% block content %}
<div class="grid-container">
<div class="grid-x align-justify rowMargin_medium">
{% include 'modules/breadcrumb/breadcrumb.twig' with {
'data': breadcrumb.orthophoniste_page
} %}
</div>
</div>
<div class="rowMargin_annuairePage">
<div class="grid-container">
<div class="grid-x align-justify" itemscope itemtype="http://schema.org/LocalBusiness">
<div id="pageLeft" class="cell large-7 medium-12 marginAnnuaireLeftSide">
<div class="cell large-offset-0 large-7 medium-offset-0 medium-8 small-12">
{% include "modules/header/header_annuaire_page_person.twig" with {
'data': page_orthophonist.header,
'job_only': true
} %}
</div>
<div class="hide-for-large">
<div class="filtersContainer wrapper-button-mobile">
</div>
<div class="centersContainer">
<div class="cell medium-12 small-12 wrapper-adresse-mobile">
</div>
</div>
</div>
{% if page_orthophonist.specialization %}
<div class="cell large-offset-0 large-7 medium-offset-0 medium-8 small-12">
{% include "modules/shortlists/shortlist.twig" with {
'title': 'Spécialisation',
'type': 'specializations',
'data': page_orthophonist.specialization,
'limit': page_orthophonist.specialization.length,
'specialization': true
} %}
</div>
{% endif %}
{% if page_orthophonist.centers %}
<div class="cell large-offset-0 large-7 medium-offset-0 medium-8 small-12 rowMargin">
{% include "modules/shortlists/shortlist.twig" with {
'title': 'Les centres d’audioprothèse à proximité du ' ~ page_orthophonist.lieuType,
'type': 'centers',
'weight': 6,
'data': page_orthophonist.centers,
'limit': page_orthophonist.centers.length,
'premium': true,
'vertical': true,
'padding': true
} %}
</div>
{% endif %}
</div>
{% if page_provider.coords %}
<div class="cell large-5 show-for-large paddingSeparator" data-sticky-container>
<div class="sticky" data-sticky data-margin-top="8.4" data-anchor="pageLeft">
<div class="filtersContainer wrapper-button-desktop">
{% include "modules/shortlists/shortlist.twig" with {
"type": "filter",
"result": categories.results,
"data": search.filter,
"noWeight": true
} %}
</div>
<div class="centersContainer">
<div class="cell medium-12 small-12 wrapper-adresse-desktop">
{% include 'modules/cards/cards_coords.twig' with {
'data': page_provider.coords,
"email": false
} %}
</div>
</div>
{% if map %}
<div class="mapContainer">
{% if idPractice %}
{% set cachefile = "practice-" ~ idPractice ~ ".json" %}
{% elseif idService %}
{% set cachefile = "service-" ~ idService ~ ".json"%}
{% endif %}
{% include "modules/map/map.twig" with {
"data": map,
"img": "assets/images/center_placeholder.jpg",
"medium": true,
"notInteractive": true,
"fetch_nearby": true,
"cachefile": cachefile,
"parkings": parkings,
"buses": buses,
"subways": subways,
"trams": trams
} %}
</div>
{% endif %}
</div>
</div>
{% endif %}
</div>
</div>
</div>
{% if parkings is defined and parkings is not empty %}
<div class="rowMargin hide-for-large">
<div class="wrapper-cards cardsCenters cardsCenters_padding">
{{ parkings|raw }}
</div>
</div>
{% endif %}
{% if (buses is defined and buses is not empty) or
(subways is defined and subways is not empty) or
(trams is defined and trams is not empty)
%}
<div class="rowMargin hide-for-large">
<div class="wrapper-cards cardsCenters cardsCenters_padding">
<h5 class="headerTitleAndLink-group-title">Moyens de transport</h5>
{% if buses is defined and buses is not empty %}
{{ buses|raw }}
{% endif %}
{% if subways is defined and subways is not empty %}
{{ subways|raw }}
{% endif %}
{% if trams is defined and trams is not empty %}
{{ trams|raw }}
{% endif %}
</div>
</div>
{% endif %}
{% if page_orthophonist.team %}
<div class="rowMargin">
<div class="grid-container">
<div class="grid-x">
<div class="cell small-12">
{% include "modules/shortlists/shortlist.twig" with {
'title': 'Les autres orthophonistes du ' ~ page_orthophonist.lieuType,
'type': 'persons',
'weight': '4',
'limit': page_orthophonist.team.length,
'data': page_orthophonist.team
} %}
</div>
</div>
</div>
</div>
{% endif %}
{% if faqs %}
{% include "modules/faq/faqs.html.twig" %}
{% endif %}
<div class="rowMargin rowBorder">
<div class="grid-container padding-bottom-20">
<div class="grid-x grid-margin-x">
<div class="cell small-12">
{% include "modules/section/section_internal_linkage.twig" with {
'title':"Tous les orthophonistes à proximité de " ~ city,
'link':'/maillage-orthophonistes.html',
'link_text':"Tous les orthophonistes",
'data': internal_linkage.links,
'specific': true,
'limit': 5
} %}
</div>
</div>
</div>
{#
{% if internal_linkage.other_links %}
{% for entity, other_link in internal_linkage.other_links %}
{% if entity == "centres" %}
{% set title = "centres d'audioprothésistes " %}
{% set maillage = "/maillage-centres-audioprothese.html" %}
{% elseif entity == "audios" %}
{% set title = "audioprothésistes " %}
{% set maillage = "/maillage-audioprothesistes.html" %}
{% elseif entity == "medecins" %}
{% set title = "médecins " %}
{% set maillage = "/maillage-medecins.html" %}
{% elseif entity == "orthos" %}
{% set title = "orthophonistes " %}
{% set maillage = "/maillage-orthophonistes.html" %}
{% endif %}
<div class="grid-container {{ loop.last ? 'padding-top-20' : 'padding-20' }}">
<div class="grid-x grid-margin-x">
<div class="cell small-12">
{% include "modules/section/section_internal_linkage.twig" with {
'title':"Tous les " ~ title ~ " à proximité de " ~ city,
'link':maillage,
'link_text':"Tous les " ~ title,
'data': internal_linkage.other_links[entity],
'specific': true,
'limit': 5
} %}
</div>
</div>
</div>
{% endfor %}
{% endif %}
#}
<div class="grid-container">
<div class="grid-x grid-margin-x">
<div class="cell small-12">
<div class="internalLinkage">
<header class="headerTitleAndLink">
<div class="headerTitleAndLink-group grid-x align-middle">
<h2 class="headerTitleAndLink-group-title">
Autres professionnels de l'audition à proximité de {{ city }}
</h2>
</div>
</header>
<a href="{{ centers_url }}" class="internalLinkage-block-link">Centres d'audioprothésistes {{ city }}</a>
<br>
{# <a href="{{ audio_url }}" class="internalLinkage-block-link">Audioprothésistes {{ city }}</a>
<br> #}
<a href="{{ medecin_url }}" class="internalLinkage-block-link">Médecins ORL {{ city }}</a>
</div>
</div>
</div>
</div>
</div>
<div class="contact-element">
{% include "modules/contact/contact.twig" %}
</div>
{% endblock %}