<?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/city/single.html.twig */
class __TwigTemplate_7df36294a03e25f2fda68d6af3ff1e30a29a43df8096cd6b41c6d47635e08c7d extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
// line 71
$_trait_0 = $this->loadTemplate("front_v4/mca/partials/_modal_prospect.html.twig", "front_v4/mca/city/single.html.twig", 71);
if (!$_trait_0->isTraitable()) {
throw new RuntimeError('Template "'."front_v4/mca/partials/_modal_prospect.html.twig".'" cannot be used as a trait.', 71, $this->source);
}
$_trait_0_blocks = $_trait_0->getBlocks();
if (!isset($_trait_0_blocks["inc_content"])) {
throw new RuntimeError('Block "inc_content" is not defined in trait "front_v4/mca/partials/_modal_prospect.html.twig".', 71, $this->source);
}
$_trait_0_blocks["modal_lead_content"] = $_trait_0_blocks["inc_content"]; unset($_trait_0_blocks["inc_content"]);
// line 76
$_trait_1 = $this->loadTemplate("front_v4/mca/partials/_modal_callback.html.twig", "front_v4/mca/city/single.html.twig", 76);
if (!$_trait_1->isTraitable()) {
throw new RuntimeError('Template "'."front_v4/mca/partials/_modal_callback.html.twig".'" cannot be used as a trait.', 76, $this->source);
}
$_trait_1_blocks = $_trait_1->getBlocks();
if (!isset($_trait_1_blocks["inc_content"])) {
throw new RuntimeError('Block "inc_content" is not defined in trait "front_v4/mca/partials/_modal_callback.html.twig".', 76, $this->source);
}
$_trait_1_blocks["modal_callback_content"] = $_trait_1_blocks["inc_content"]; unset($_trait_1_blocks["inc_content"]);
// line 90
$_trait_2 = $this->loadTemplate("front_v4/mca/partials/_modal_prospect.html.twig", "front_v4/mca/city/single.html.twig", 90);
if (!$_trait_2->isTraitable()) {
throw new RuntimeError('Template "'."front_v4/mca/partials/_modal_prospect.html.twig".'" cannot be used as a trait.', 90, $this->source);
}
$_trait_2_blocks = $_trait_2->getBlocks();
if (!isset($_trait_2_blocks["inc_javascripts"])) {
throw new RuntimeError('Block "inc_javascripts" is not defined in trait "front_v4/mca/partials/_modal_prospect.html.twig".', 90, $this->source);
}
$_trait_2_blocks["modal_lead_javascripts"] = $_trait_2_blocks["inc_javascripts"]; unset($_trait_2_blocks["inc_javascripts"]);
// line 94
$_trait_3 = $this->loadTemplate("front_v4/mca/partials/_modal_callback.html.twig", "front_v4/mca/city/single.html.twig", 94);
if (!$_trait_3->isTraitable()) {
throw new RuntimeError('Template "'."front_v4/mca/partials/_modal_callback.html.twig".'" cannot be used as a trait.', 94, $this->source);
}
$_trait_3_blocks = $_trait_3->getBlocks();
if (!isset($_trait_3_blocks["inc_javascripts"])) {
throw new RuntimeError('Block "inc_javascripts" is not defined in trait "front_v4/mca/partials/_modal_callback.html.twig".', 94, $this->source);
}
$_trait_3_blocks["modal_callback_javascripts"] = $_trait_3_blocks["inc_javascripts"]; unset($_trait_3_blocks["inc_javascripts"]);
$this->traits = array_merge(
$_trait_0_blocks,
$_trait_1_blocks,
$_trait_2_blocks,
$_trait_3_blocks
);
$this->blocks = array_merge(
$this->traits,
[
'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/city/single.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/city/single.html.twig"));
$this->parent = $this->loadTemplate("front_v4/base.html.twig", "front_v4/mca/city/single.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 "Audioprothésistes à ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["city_post"]) || array_key_exists("city_post", $context) ? $context["city_post"] : (function () { throw new RuntimeError('Variable "city_post" does not exist.', 3, $this->source); })()), "name", [], "any", false, false, false, 3), "html", null, true);
echo " - Mon Centre Auditif";
$__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 "Trouvez les audioprothésistes proches de chez vous à ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["city_post"]) || array_key_exists("city_post", $context) ? $context["city_post"] : (function () { throw new RuntimeError('Variable "city_post" does not exist.', 4, $this->source); })()), "name", [], "any", false, false, false, 4), "html", null, true);
echo ". Mon Centre Auditif vous aide à trouver le centre auditif le plus proche de chez vous.";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 6
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 7
echo " <!-- Banner -->
<div class=\"bg-img-center\"
style=\"background-image: url(";
// line 9
echo twig_escape_filter($this->env, $this->extensions['Liip\ImagineBundle\Templating\FilterExtension']->filter($this->env->getRuntime('Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime')->asset((isset($context["city_post"]) || array_key_exists("city_post", $context) ? $context["city_post"] : (function () { throw new RuntimeError('Variable "city_post" does not exist.', 9, $this->source); })()), "bannerFile"), "city_banner_webp"), "html", null, true);
echo ");\">
<div class=\"gradient-overlay-half-dark-v2\">
<div class=\"container content-space-2 content-space-lg-3\">
<div class=\"w-md-65 w-lg-35\">
<div class=\"mb-4\">
<h1 class=\"h2 text-white\">Audioprothésiste à ";
// line 14
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["city_post"]) || array_key_exists("city_post", $context) ? $context["city_post"] : (function () { throw new RuntimeError('Variable "city_post" does not exist.', 14, $this->source); })()), "name", [], "any", false, false, false, 14), "html", null, true);
echo ".</h1>
<h2 class=\"h4 text-white\">Mon Centre Auditif vous aide à trouver les centres auditifs
dans ";
// line 16
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["city_post"]) || array_key_exists("city_post", $context) ? $context["city_post"] : (function () { throw new RuntimeError('Variable "city_post" does not exist.', 16, $this->source); })()), "name", [], "any", false, false, false, 16), "html", null, true);
echo " et ses
alentours.</h2>
</div>
</div>
</div>
</div>
</div>
<!-- End Banner -->
<!-- Wording City Section -->
<div class=\"container content-space-1 w-lg-65 mx-auto\">
<h2 class=\"fw-semibold text-center mb-5 text-primary\">Trouver facilement un centre auditif
à ";
// line 28
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["city_post"]) || array_key_exists("city_post", $context) ? $context["city_post"] : (function () { throw new RuntimeError('Variable "city_post" does not exist.', 28, $this->source); })()), "name", [], "any", false, false, false, 28), "html", null, true);
echo "</h2>
<div class=\"mx-auto\">
";
// line 30
echo twig_get_attribute($this->env, $this->source, (isset($context["city_post"]) || array_key_exists("city_post", $context) ? $context["city_post"] : (function () { throw new RuntimeError('Variable "city_post" does not exist.', 30, $this->source); })()), "wording", [], "any", false, false, false, 30);
echo "
</div>
</div>
<!-- End Wording City Section -->
<!-- List Store -->
<div class=\"container content-space-1 w-lg-65\">
<!-- Title -->
<div class=\"d-sm-flex justify-content-sm-between align-items-sm-center mb-5\">
<h2 class=\"h3 fw-medium\">Liste des centres auditifs à ";
// line 39
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["city_post"]) || array_key_exists("city_post", $context) ? $context["city_post"] : (function () { throw new RuntimeError('Variable "city_post" does not exist.', 39, $this->source); })()), "name", [], "any", false, false, false, 39), "html", null, true);
echo "</h2>
<a class=\"link-muted\"
href=\"";
// line 41
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("find_nearest_store", ["address" => ((twig_get_attribute($this->env, $this->source, (isset($context["city_post"]) || array_key_exists("city_post", $context) ? $context["city_post"] : (function () { throw new RuntimeError('Variable "city_post" does not exist.', 41, $this->source); })()), "zipcode", [], "any", false, false, false, 41) . " ") . twig_get_attribute($this->env, $this->source, (isset($context["city_post"]) || array_key_exists("city_post", $context) ? $context["city_post"] : (function () { throw new RuntimeError('Variable "city_post" does not exist.', 41, $this->source); })()), "name", [], "any", false, false, false, 41))]), "html", null, true);
echo "\">
Voir tous les centres auditifs sur ";
// line 42
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["city_post"]) || array_key_exists("city_post", $context) ? $context["city_post"] : (function () { throw new RuntimeError('Variable "city_post" does not exist.', 42, $this->source); })()), "name", [], "any", false, false, false, 42), "html", null, true);
echo "
<span class=\"fas fa-angle-right small ml-2\"></span>
</a>
</div>
<!-- End Title -->
<div class=\"d-flex justify-content-end\">
<span class=\"badge badge-default mr-0 text-primary\">Notre sélection</span>
</div>
";
// line 51
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["preferred_stores"]) || array_key_exists("preferred_stores", $context) ? $context["preferred_stores"] : (function () { throw new RuntimeError('Variable "preferred_stores" does not exist.', 51, $this->source); })()));
$context['loop'] = [
'parent' => $context['_parent'],
'index0' => 0,
'index' => 1,
'first' => true,
];
if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
$length = count($context['_seq']);
$context['loop']['revindex0'] = $length - 1;
$context['loop']['revindex'] = $length;
$context['loop']['length'] = $length;
$context['loop']['last'] = 1 === $length;
}
foreach ($context['_seq'] as $context["_key"] => $context["store"]) {
// line 52
echo " ";
$this->loadTemplate("front_v4/mca/store/_store_card.html.twig", "front_v4/mca/city/single.html.twig", 52)->display(twig_array_merge($context, ["preferred" => true]));
// line 53
echo " ";
++$context['loop']['index0'];
++$context['loop']['index'];
$context['loop']['first'] = false;
if (isset($context['loop']['length'])) {
--$context['loop']['revindex0'];
--$context['loop']['revindex'];
$context['loop']['last'] = 0 === $context['loop']['revindex0'];
}
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['store'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 54
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["stores"]) || array_key_exists("stores", $context) ? $context["stores"] : (function () { throw new RuntimeError('Variable "stores" does not exist.', 54, $this->source); })()));
$context['loop'] = [
'parent' => $context['_parent'],
'index0' => 0,
'index' => 1,
'first' => true,
];
if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
$length = count($context['_seq']);
$context['loop']['revindex0'] = $length - 1;
$context['loop']['revindex'] = $length;
$context['loop']['length'] = $length;
$context['loop']['last'] = 1 === $length;
}
foreach ($context['_seq'] as $context["_key"] => $context["store"]) {
// line 55
echo " ";
$this->loadTemplate("front_v4/mca/store/_store_card.html.twig", "front_v4/mca/city/single.html.twig", 55)->display($context);
// line 56
echo " ";
++$context['loop']['index0'];
++$context['loop']['index'];
$context['loop']['first'] = false;
if (isset($context['loop']['length'])) {
--$context['loop']['revindex0'];
--$context['loop']['revindex'];
$context['loop']['last'] = 0 === $context['loop']['revindex0'];
}
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['store'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 57
echo "
";
// line 58
$this->loadTemplate("front_v4/mca/components/_cta_3.html.twig", "front_v4/mca/city/single.html.twig", 58)->display(twig_array_merge($context, ["title" => ("Voir tous les centres auditifs à " . twig_get_attribute($this->env, $this->source, // line 59
(isset($context["city_post"]) || array_key_exists("city_post", $context) ? $context["city_post"] : (function () { throw new RuntimeError('Variable "city_post" does not exist.', 59, $this->source); })()), "name", [], "any", false, false, false, 59)), "link" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("find_nearest_store", ["address" => ((twig_get_attribute($this->env, $this->source, // line 60
(isset($context["city_post"]) || array_key_exists("city_post", $context) ? $context["city_post"] : (function () { throw new RuntimeError('Variable "city_post" does not exist.', 60, $this->source); })()), "zipcode", [], "any", false, false, false, 60) . " ") . twig_get_attribute($this->env, $this->source, (isset($context["city_post"]) || array_key_exists("city_post", $context) ? $context["city_post"] : (function () { throw new RuntimeError('Variable "city_post" does not exist.', 60, $this->source); })()), "name", [], "any", false, false, false, 60))]), "link_text" => "Je trouve mon centre"]));
// line 63
echo "
</div>
<!-- End List Store -->
";
// line 67
$this->loadTemplate("front_v4/mca/components/_cta_full_size_wave.html.twig", "front_v4/mca/city/single.html.twig", 67)->display($context);
// line 68
echo "
<!-- Modal Prospect On Store -->
";
// line 72
echo " ";
$this->displayBlock("modal_lead_content", $context, $blocks);
echo "
<!-- End Modal Prospect On Store -->
<!-- Modal Callback On Store -->
";
// line 77
echo " ";
$this->displayBlock("modal_callback_content", $context, $blocks);
echo "
<!-- End Modal Callback On Store -->
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 81
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 82
echo "
<script
src=\"https://code.jquery.com/jquery-3.7.1.min.js\"
integrity=\"sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=\"
crossorigin=\"anonymous\"></script>
";
// line 90
echo " ";
// line 91
echo " ";
$this->displayBlock("modal_lead_javascripts", $context, $blocks);
echo "
";
// line 94
echo " ";
// line 95
echo " ";
$this->displayBlock("modal_callback_javascripts", $context, $blocks);
echo "
<!-- Display number center -->
";
// line 98
echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("display_center_number");
echo "
<!-- End Display number center -->
<!-- Send callback -->
";
// line 102
echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("send_callback_request");
echo "
<!-- End Send callback -->
<!-- Format form prospect -->
";
// line 106
echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("format_form_prospect");
echo "
<!-- End Format form prospect -->
<!-- Modal display -->
";
// line 110
echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("modal_display");
echo "
<!-- End Modal display -->
";
// line 113
echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("stat");
echo "
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
public function getTemplateName()
{
return "front_v4/mca/city/single.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 419 => 113, 413 => 110, 406 => 106, 399 => 102, 392 => 98, 385 => 95, 383 => 94, 377 => 91, 375 => 90, 366 => 82, 356 => 81, 342 => 77, 334 => 72, 329 => 68, 327 => 67, 321 => 63, 319 => 60, 318 => 59, 317 => 58, 314 => 57, 300 => 56, 297 => 55, 279 => 54, 265 => 53, 262 => 52, 245 => 51, 233 => 42, 229 => 41, 224 => 39, 212 => 30, 207 => 28, 192 => 16, 187 => 14, 179 => 9, 175 => 7, 165 => 6, 144 => 4, 123 => 3, 100 => 1, 67 => 94, 54 => 90, 41 => 76, 28 => 71,);
}
public function getSourceContext()
{
return new Source("{% extends 'front_v4/base.html.twig' %}
{% block meta_title %}Audioprothésistes à {{ city_post.name }} - Mon Centre Auditif{% endblock meta_title %}
{% block meta_description %}Trouvez les audioprothésistes proches de chez vous à {{ city_post.name }}. Mon Centre Auditif vous aide à trouver le centre auditif le plus proche de chez vous.{% endblock meta_description %}
{% block content %}
<!-- Banner -->
<div class=\"bg-img-center\"
style=\"background-image: url({{ vich_uploader_asset(city_post, 'bannerFile')|imagine_filter('city_banner_webp') }});\">
<div class=\"gradient-overlay-half-dark-v2\">
<div class=\"container content-space-2 content-space-lg-3\">
<div class=\"w-md-65 w-lg-35\">
<div class=\"mb-4\">
<h1 class=\"h2 text-white\">Audioprothésiste à {{ city_post.name }}.</h1>
<h2 class=\"h4 text-white\">Mon Centre Auditif vous aide à trouver les centres auditifs
dans {{ city_post.name }} et ses
alentours.</h2>
</div>
</div>
</div>
</div>
</div>
<!-- End Banner -->
<!-- Wording City Section -->
<div class=\"container content-space-1 w-lg-65 mx-auto\">
<h2 class=\"fw-semibold text-center mb-5 text-primary\">Trouver facilement un centre auditif
à {{ city_post.name }}</h2>
<div class=\"mx-auto\">
{{ city_post.wording|raw }}
</div>
</div>
<!-- End Wording City Section -->
<!-- List Store -->
<div class=\"container content-space-1 w-lg-65\">
<!-- Title -->
<div class=\"d-sm-flex justify-content-sm-between align-items-sm-center mb-5\">
<h2 class=\"h3 fw-medium\">Liste des centres auditifs à {{ city_post.name }}</h2>
<a class=\"link-muted\"
href=\"{{ path('find_nearest_store', {'address': city_post.zipcode~' '~city_post.name }) }}\">
Voir tous les centres auditifs sur {{ city_post.name }}
<span class=\"fas fa-angle-right small ml-2\"></span>
</a>
</div>
<!-- End Title -->
<div class=\"d-flex justify-content-end\">
<span class=\"badge badge-default mr-0 text-primary\">Notre sélection</span>
</div>
{% for store in preferred_stores %}
{% include ('front_v4/mca/store/_store_card.html.twig') with {preferred: true} %}
{% endfor %}
{% for store in stores %}
{% include ('front_v4/mca/store/_store_card.html.twig') %}
{% endfor %}
{% include 'front_v4/mca/components/_cta_3.html.twig' with {
title: \"Voir tous les centres auditifs à \" ~ city_post.name,
link: path('find_nearest_store', {'address': city_post.zipcode~' '~city_post.name }),
link_text: \"Je trouve mon centre\"
} %}
</div>
<!-- End List Store -->
{% include 'front_v4/mca/components/_cta_full_size_wave.html.twig' %}
<!-- Modal Prospect On Store -->
{% use 'front_v4/mca/partials/_modal_prospect.html.twig' with inc_content as modal_lead_content %}
{{ block('modal_lead_content') }}
<!-- End Modal Prospect On Store -->
<!-- Modal Callback On Store -->
{% use 'front_v4/mca/partials/_modal_callback.html.twig' with inc_content as modal_callback_content %}
{{ block('modal_callback_content') }}
<!-- End Modal Callback On Store -->
{% endblock content %}
{% block javascripts %}
<script
src=\"https://code.jquery.com/jquery-3.7.1.min.js\"
integrity=\"sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=\"
crossorigin=\"anonymous\"></script>
{# modal prospect - Demande de Bilan Gratuit #}
{% use 'front_v4/mca/partials/_modal_prospect.html.twig' with inc_javascripts as modal_lead_javascripts %}
{{ block('modal_lead_javascripts') }}
{# modal callback - Etre rappelé #}
{% use 'front_v4/mca/partials/_modal_callback.html.twig' with inc_javascripts as modal_callback_javascripts %}
{{ block('modal_callback_javascripts') }}
<!-- Display number center -->
{{ encore_entry_script_tags('display_center_number') }}
<!-- End Display number center -->
<!-- Send callback -->
{{ encore_entry_script_tags('send_callback_request') }}
<!-- End Send callback -->
<!-- Format form prospect -->
{{ encore_entry_script_tags('format_form_prospect') }}
<!-- End Format form prospect -->
<!-- Modal display -->
{{ encore_entry_script_tags('modal_display') }}
<!-- End Modal display -->
{{ encore_entry_script_tags('stat') }}
{% endblock javascripts %}
", "front_v4/mca/city/single.html.twig", "/var/www/hearing_store_locator/templates/front_v4/mca/city/single.html.twig");
}
}