<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* front_v4/mca/hearing_maker/list.html.twig */
class __TwigTemplate_50b8d2fda057dcf2befe85ae4d34c0ef2bf921a1c342ced5ca6e0af93cae46a4 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'meta_title' => [$this, 'block_meta_title'],
'meta_description' => [$this, 'block_meta_description'],
'content' => [$this, 'block_content'],
'javascripts' => [$this, 'block_javascripts'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "front_v4/base.html.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "front_v4/mca/hearing_maker/list.html.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "front_v4/mca/hearing_maker/list.html.twig"));
// line 6
$context["link_to_lp"] = $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath((isset($context["path_cta_lp"]) || array_key_exists("path_cta_lp", $context) ? $context["path_cta_lp"] : (function () { throw new RuntimeError('Variable "path_cta_lp" does not exist.', 6, $this->source); })()), ["utm_source" => (isset($context["utm_source_organic"]) || array_key_exists("utm_source_organic", $context) ? $context["utm_source_organic"] : (function () { throw new RuntimeError('Variable "utm_source_organic" does not exist.', 6, $this->source); })()), "utm_content" => "hearing_maker_list"]);
// line 1
$this->parent = $this->loadTemplate("front_v4/base.html.twig", "front_v4/mca/hearing_maker/list.html.twig", 1);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
// line 3
public function block_meta_title($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_title"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_title"));
echo "Les Fabricants d’audioprothèses en France ";
if (((array_key_exists("pagination", $context) && !(null === (isset($context["pagination"]) || array_key_exists("pagination", $context) ? $context["pagination"] : (function () { throw new RuntimeError('Variable "pagination" does not exist.', 3, $this->source); })()))) && !twig_test_empty(twig_get_attribute($this->env, $this->source, (isset($context["pagination"]) || array_key_exists("pagination", $context) ? $context["pagination"] : (function () { throw new RuntimeError('Variable "pagination" does not exist.', 3, $this->source); })()), "params", [], "any", false, false, false, 3)))) {
echo " | Page ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["pagination"]) || array_key_exists("pagination", $context) ? $context["pagination"] : (function () { throw new RuntimeError('Variable "pagination" does not exist.', 3, $this->source); })()), "currentPageNumber", [], "any", false, false, false, 3), "html", null, true);
echo " ";
}
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 4
public function block_meta_description($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_description"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_description"));
echo "Mon centre auditif indexe pour vous les différentes enseignes d’audioprothèse en France. Cette liste régulièrement mise à jour vous permettra d’obtenir plus d’informations sur chacune d’elle.";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 8
public function block_content($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
// line 9
echo " <!-- ========== MAIN CONTENT ========== -->
<main id=\"content\" role=\"main\">
<!-- Hero -->
<div class=\"container content-space-2 content-space-t-md-2\">
<div class=\"row justify-content-md-between align-items-md-center\">
<div class=\"col-md-5 mb-7 mb-md-0\">
<!-- Heading -->
<div class=\"mb-4\">
<h1 class=\"h2\">Les fabricants d'audioprothèses</h1>
<p>Découvrez les fabricants d'audioprothèses répertoriés sur <span
class=\"text-primary text-highlight-warning\">Mon Centre Auditif</span>.</p>
</div>
<!-- End Heading -->
";
// line 23
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock((isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 23, $this->source); })()), 'form_start');
echo "
<!-- Input Card -->
<div class=\"input-card border\">
<div class=\"input-card-form\">
<label for=\"searchAppsForm\" class=\"form-label visually-hidden\">Rechercher...</label>
";
// line 29
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 29, $this->source); })()), "name", [], "any", false, false, false, 29), 'widget');
echo "
</div>
";
// line 31
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 31, $this->source); })()), "submit", [], "any", false, false, false, 31), 'widget');
echo "
</div>
<!-- End Input Card -->
";
// line 34
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock((isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 34, $this->source); })()), 'form_end');
echo "
</div>
<!-- End Col -->
<div class=\"col-md-5\">
<img class=\"img-fluid\" src=\"";
// line 39
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/front_v4/svg/illustrations/oc-on-the-go.svg"), "html", null, true);
echo "\"
alt=\"Fabricants d'audioprothèses Mon Centre Auditif\">
</div>
<!-- End Col -->
</div>
<!-- End Row -->
</div>
<!-- End Hero -->
<!-- Card Grid -->
<div class=\"container content-space-b-1 content-space-b-lg-2\">
<div class=\"ps-lg-2\">
<div class=\"row gx-3 mb-7 justify-content-center\">
";
// line 52
if ((array_key_exists("pagination", $context) && !(null === (isset($context["pagination"]) || array_key_exists("pagination", $context) ? $context["pagination"] : (function () { throw new RuntimeError('Variable "pagination" does not exist.', 52, $this->source); })())))) {
// line 53
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, (isset($context["pagination"]) || array_key_exists("pagination", $context) ? $context["pagination"] : (function () { throw new RuntimeError('Variable "pagination" does not exist.', 53, $this->source); })()), "items", [], "any", false, false, false, 53));
foreach ($context['_seq'] as $context["_key"] => $context["maker"]) {
// line 54
echo " <div class=\"col-sm-6 col-md-4 mb-3\">
<!-- Card -->
<div class=\"card card-bordered card-transition shadow-none h-100 text-center\">
<div class=\"card-body pb-0 pt-5 px-2\">
<img class=\"avatar avatar-xxl avatar-4x3\"
src=\"";
// line 59
echo twig_escape_filter($this->env, $this->env->getRuntime('Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime')->asset($context["maker"], "logoFile"), "html", null, true);
echo "\"
alt=\"Appareil auditif ";
// line 60
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["maker"], "name", [], "any", false, false, false, 60), "html", null, true);
echo "\" style=\"max-height: 100px;\">
</div>
<div class=\"card-footer pt-0\">
<div class=\"d-flex align-items-stretch flex-column mb-2\">
<h4 class=\"card-title mb-2\">";
// line 64
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["maker"], "name", [], "any", false, false, false, 64), "html", null, true);
echo "</h4>
<p class=\"card-text text-body\">Découvrez les informations sur
le fabricant ";
// line 66
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["maker"], "name", [], "any", false, false, false, 66), "html", null, true);
echo "</p>
<a class=\"btn btn-warning btn-transition w-100\"
href=\"";
// line 68
echo twig_escape_filter($this->env, (isset($context["link_to_lp"]) || array_key_exists("link_to_lp", $context) ? $context["link_to_lp"] : (function () { throw new RuntimeError('Variable "link_to_lp" does not exist.', 68, $this->source); })()), "html", null, true);
echo "\">
<i class=\"bi-headphones me-2\"></i> Demande de bilan
</a>
</div>
<a href=\"";
// line 72
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("hearing_maker_show", ["slug" => twig_get_attribute($this->env, $this->source, $context["maker"], "slug", [], "any", false, false, false, 72)]), "html", null, true);
echo "\">
<span class=\"card-link mb-3 text-primary\">Découvrir <i
class=\"bi-chevron-right small ms-1\"></i></span>
</a>
</div>
</div>
<!-- End Card -->
</div>
<!-- End Col -->
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['maker'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 82
echo " ";
} else {
// line 83
echo " <p class=\"h5 fw-bold mx-3\">Aucun fabricant trouvé</p>
";
}
// line 85
echo "
<!-- Pagination -->
";
// line 87
if ((array_key_exists("pagination", $context) && !(null === (isset($context["pagination"]) || array_key_exists("pagination", $context) ? $context["pagination"] : (function () { throw new RuntimeError('Variable "pagination" does not exist.', 87, $this->source); })())))) {
// line 88
echo " <div class=\"navigation pagination mt-5 justify-content-center\">
";
// line 89
twig_get_attribute($this->env, $this->source, (isset($context["pagination"]) || array_key_exists("pagination", $context) ? $context["pagination"] : (function () { throw new RuntimeError('Variable "pagination" does not exist.', 89, $this->source); })()), "setTemplate", [0 => "@KnpPaginator/Pagination/twitter_bootstrap_v4_pagination.html.twig"], "method", false, false, false, 89);
// line 90
echo " ";
echo $this->extensions['Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension']->render($this->env, (isset($context["pagination"]) || array_key_exists("pagination", $context) ? $context["pagination"] : (function () { throw new RuntimeError('Variable "pagination" does not exist.', 90, $this->source); })()));
echo "
</div>
";
}
// line 93
echo " <!-- End Pagination -->
</div>
<!-- End Row -->
</div>
<!-- End Card Grid -->
<!-- Info -->
<div class=\"content-space-auto\">
<div class=\"row justify-content-lg-between\">
<div class=\"col-lg-4 mb-5 mb-lg-0\">
<h2>Les fabricants d'audioprothèses référencés sur Mon Centre Auditif.</h2>
</div>
<!-- End Col -->
<div class=\"col-lg-8\">
<p>Lors du processus d’appareillage, l’audioprothésiste vous présentera plusieurs modèles
d’aides
auditives, de contours d’oreille ou de dispositifs intra-auriculaires, de différents
constructeurs ou fabricants. Plusieurs marques se partagent le marché concurrentiel de
l’audition en France. Qu’importe l’enseigne dans laquelle vous avez choisi de vous faire
appareiller, vous retrouverez toujours les mêmes grandes marques dominant le marché. Mon
Centre
Auditif a répertorié pour vous, les différentes marques de solutions auditives.</p>
</div>
<!-- End Col -->
</div>
<!-- End Row -->
<hr>
<div class=\"my-4\">
<h2>Les marques danoises</h2>
<p>Le Danemark s’est toujours démarqué pour son expertise technologique dans l’univers du son. Des
grandes marques telles que <strong>Widex</strong>, <strong>Oticon</strong> ou encore
<strong>ReSound</strong> sont aujourd’hui des fabricants reconnus. Oticon est la marque la plus
ancienne et entretient une image d’une société avant-gardiste malgré son âge. Widex se démarque
aujourd’hui pour son engagement écologique tandis que les prothèses ReSound sont garantes de
puissance et de confort.</p>
<h2>Les marques américaines</h2>
<p>Les appareils d’outre-atlantique sont tout autant intéressants. Retenons les appareils auditifs
du
fabricant <strong>Starkey</strong>. Cette marque menée par son fondateur Bill Austin depuis 50
ans,
est leader sur le marché aux USA. Starkeay a notamment appareillé plusieurs présidents
américains ou
encore des papes ! Autre marque américaine, <strong>Beltone</strong> fondée en 1940 à Chicago
dans
l’Illinois. Ce fabricant est fortement développé en Amérique du Nord et a pu s’implanter dans 40
pays.</p>
<h2>Les marques suisses</h2>
<p>La société suisse Sonova anciennement Phonak regroupe plusieurs fabricants et équipes
d’ingénieurs
en plus de <strong>Phonak</strong>. Sonova possède ainsi un vaste réseau de filiales et de
marques
différentes dédiées aux aides auditives: <strong>Unitron</strong>, <strong>Hansaton</strong> ou
encore <strong>Advanced Bionics</strong>. Autre fabricant suisse d’importance, la marque
<strong>Bernafon</strong>.
Le siège de ce fabricant de poids se trouve à Berne depuis 75 ans ! Bernafon est à ça jour
implanté
dans plus de 70 pays.</p>
<h2>Les autres marques européennes</h2>
<p>D’autres fabricants européens ont su s’imposer grâce à des modèles toujours plus innovants,
discrets,
connectés et confortables à porter. Retenons par exemple, la très dynamique marque
<strong>Signia</strong> du géant Siemens pour l’Allemagne ou encore les aides auditives de la
marques <strong>Philips</strong> pour les Pays-Bas. Cette dernière propose notamment des
appareils entièrement personnalisables.</p>
</div>
</div>
<!-- End Info -->
<div class=\"container content-space-1\">
";
// line 160
$this->loadTemplate("front_v4/mca/components/_cross_sell_two_cards.html.twig", "front_v4/mca/hearing_maker/list.html.twig", 160)->display($context);
// line 161
echo " </div>
</div>
<div class=\"mb-5 mb-lg-10\">
";
// line 164
$this->loadTemplate("front_v4/mca/components/_cta_full_size_circle.html.twig", "front_v4/mca/hearing_maker/list.html.twig", 164)->display($context);
// line 165
echo " </div>
</main>
<!-- ========== END MAIN CONTENT ========== -->
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 170
public function block_javascripts($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
// line 171
echo " ";
echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("hearing_maker_single");
echo "
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
public function getTemplateName()
{
return "front_v4/mca/hearing_maker/list.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 361 => 171, 351 => 170, 338 => 165, 336 => 164, 331 => 161, 329 => 160, 260 => 93, 253 => 90, 251 => 89, 248 => 88, 246 => 87, 242 => 85, 238 => 83, 235 => 82, 219 => 72, 212 => 68, 207 => 66, 202 => 64, 195 => 60, 191 => 59, 184 => 54, 179 => 53, 177 => 52, 161 => 39, 153 => 34, 147 => 31, 142 => 29, 133 => 23, 117 => 9, 107 => 8, 88 => 4, 64 => 3, 53 => 1, 51 => 6, 38 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends 'front_v4/base.html.twig' %}
{% block meta_title %}Les Fabricants d’audioprothèses en France {% if pagination is defined and pagination is not null and pagination.params is not empty %} | Page {{ pagination.currentPageNumber }} {% endif %}{% endblock meta_title %}
{% block meta_description %}Mon centre auditif indexe pour vous les différentes enseignes d’audioprothèse en France. Cette liste régulièrement mise à jour vous permettra d’obtenir plus d’informations sur chacune d’elle.{% endblock meta_description %}
{% set link_to_lp = path(path_cta_lp, {'utm_source': utm_source_organic, 'utm_content': 'hearing_maker_list'}) %}
{% block content %}
<!-- ========== MAIN CONTENT ========== -->
<main id=\"content\" role=\"main\">
<!-- Hero -->
<div class=\"container content-space-2 content-space-t-md-2\">
<div class=\"row justify-content-md-between align-items-md-center\">
<div class=\"col-md-5 mb-7 mb-md-0\">
<!-- Heading -->
<div class=\"mb-4\">
<h1 class=\"h2\">Les fabricants d'audioprothèses</h1>
<p>Découvrez les fabricants d'audioprothèses répertoriés sur <span
class=\"text-primary text-highlight-warning\">Mon Centre Auditif</span>.</p>
</div>
<!-- End Heading -->
{{ form_start(form) }}
<!-- Input Card -->
<div class=\"input-card border\">
<div class=\"input-card-form\">
<label for=\"searchAppsForm\" class=\"form-label visually-hidden\">Rechercher...</label>
{{ form_widget(form.name) }}
</div>
{{ form_widget(form.submit) }}
</div>
<!-- End Input Card -->
{{ form_end(form) }}
</div>
<!-- End Col -->
<div class=\"col-md-5\">
<img class=\"img-fluid\" src=\"{{ asset('build/front_v4/svg/illustrations/oc-on-the-go.svg') }}\"
alt=\"Fabricants d'audioprothèses Mon Centre Auditif\">
</div>
<!-- End Col -->
</div>
<!-- End Row -->
</div>
<!-- End Hero -->
<!-- Card Grid -->
<div class=\"container content-space-b-1 content-space-b-lg-2\">
<div class=\"ps-lg-2\">
<div class=\"row gx-3 mb-7 justify-content-center\">
{% if pagination is defined and pagination is not null %}
{% for maker in pagination.items %}
<div class=\"col-sm-6 col-md-4 mb-3\">
<!-- Card -->
<div class=\"card card-bordered card-transition shadow-none h-100 text-center\">
<div class=\"card-body pb-0 pt-5 px-2\">
<img class=\"avatar avatar-xxl avatar-4x3\"
src=\"{{ vich_uploader_asset(maker, 'logoFile') }}\"
alt=\"Appareil auditif {{ maker.name }}\" style=\"max-height: 100px;\">
</div>
<div class=\"card-footer pt-0\">
<div class=\"d-flex align-items-stretch flex-column mb-2\">
<h4 class=\"card-title mb-2\">{{ maker.name }}</h4>
<p class=\"card-text text-body\">Découvrez les informations sur
le fabricant {{ maker.name }}</p>
<a class=\"btn btn-warning btn-transition w-100\"
href=\"{{ link_to_lp }}\">
<i class=\"bi-headphones me-2\"></i> Demande de bilan
</a>
</div>
<a href=\"{{ path('hearing_maker_show', {'slug': maker.slug}) }}\">
<span class=\"card-link mb-3 text-primary\">Découvrir <i
class=\"bi-chevron-right small ms-1\"></i></span>
</a>
</div>
</div>
<!-- End Card -->
</div>
<!-- End Col -->
{% endfor %}
{% else %}
<p class=\"h5 fw-bold mx-3\">Aucun fabricant trouvé</p>
{% endif %}
<!-- Pagination -->
{% if pagination is defined and pagination is not null %}
<div class=\"navigation pagination mt-5 justify-content-center\">
{% do pagination.setTemplate('@KnpPaginator/Pagination/twitter_bootstrap_v4_pagination.html.twig') %}
{{ knp_pagination_render(pagination) }}
</div>
{% endif %}
<!-- End Pagination -->
</div>
<!-- End Row -->
</div>
<!-- End Card Grid -->
<!-- Info -->
<div class=\"content-space-auto\">
<div class=\"row justify-content-lg-between\">
<div class=\"col-lg-4 mb-5 mb-lg-0\">
<h2>Les fabricants d'audioprothèses référencés sur Mon Centre Auditif.</h2>
</div>
<!-- End Col -->
<div class=\"col-lg-8\">
<p>Lors du processus d’appareillage, l’audioprothésiste vous présentera plusieurs modèles
d’aides
auditives, de contours d’oreille ou de dispositifs intra-auriculaires, de différents
constructeurs ou fabricants. Plusieurs marques se partagent le marché concurrentiel de
l’audition en France. Qu’importe l’enseigne dans laquelle vous avez choisi de vous faire
appareiller, vous retrouverez toujours les mêmes grandes marques dominant le marché. Mon
Centre
Auditif a répertorié pour vous, les différentes marques de solutions auditives.</p>
</div>
<!-- End Col -->
</div>
<!-- End Row -->
<hr>
<div class=\"my-4\">
<h2>Les marques danoises</h2>
<p>Le Danemark s’est toujours démarqué pour son expertise technologique dans l’univers du son. Des
grandes marques telles que <strong>Widex</strong>, <strong>Oticon</strong> ou encore
<strong>ReSound</strong> sont aujourd’hui des fabricants reconnus. Oticon est la marque la plus
ancienne et entretient une image d’une société avant-gardiste malgré son âge. Widex se démarque
aujourd’hui pour son engagement écologique tandis que les prothèses ReSound sont garantes de
puissance et de confort.</p>
<h2>Les marques américaines</h2>
<p>Les appareils d’outre-atlantique sont tout autant intéressants. Retenons les appareils auditifs
du
fabricant <strong>Starkey</strong>. Cette marque menée par son fondateur Bill Austin depuis 50
ans,
est leader sur le marché aux USA. Starkeay a notamment appareillé plusieurs présidents
américains ou
encore des papes ! Autre marque américaine, <strong>Beltone</strong> fondée en 1940 à Chicago
dans
l’Illinois. Ce fabricant est fortement développé en Amérique du Nord et a pu s’implanter dans 40
pays.</p>
<h2>Les marques suisses</h2>
<p>La société suisse Sonova anciennement Phonak regroupe plusieurs fabricants et équipes
d’ingénieurs
en plus de <strong>Phonak</strong>. Sonova possède ainsi un vaste réseau de filiales et de
marques
différentes dédiées aux aides auditives: <strong>Unitron</strong>, <strong>Hansaton</strong> ou
encore <strong>Advanced Bionics</strong>. Autre fabricant suisse d’importance, la marque
<strong>Bernafon</strong>.
Le siège de ce fabricant de poids se trouve à Berne depuis 75 ans ! Bernafon est à ça jour
implanté
dans plus de 70 pays.</p>
<h2>Les autres marques européennes</h2>
<p>D’autres fabricants européens ont su s’imposer grâce à des modèles toujours plus innovants,
discrets,
connectés et confortables à porter. Retenons par exemple, la très dynamique marque
<strong>Signia</strong> du géant Siemens pour l’Allemagne ou encore les aides auditives de la
marques <strong>Philips</strong> pour les Pays-Bas. Cette dernière propose notamment des
appareils entièrement personnalisables.</p>
</div>
</div>
<!-- End Info -->
<div class=\"container content-space-1\">
{% include 'front_v4/mca/components/_cross_sell_two_cards.html.twig' %}
</div>
</div>
<div class=\"mb-5 mb-lg-10\">
{% include 'front_v4/mca/components/_cta_full_size_circle.html.twig' %}
</div>
</main>
<!-- ========== END MAIN CONTENT ========== -->
{% endblock content %}
{% block javascripts %}
{{ encore_entry_script_tags('hearing_maker_single') }}
{% endblock javascripts %}
", "front_v4/mca/hearing_maker/list.html.twig", "/var/www/hearing_store_locator/templates/front_v4/mca/hearing_maker/list.html.twig");
}
}