<?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/page-cms/page-ville.html.twig */
class __TwigTemplate_abb5b3889f30d3694efade8f14765eca229513422bb5842074981b03c321bb72 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'title' => [$this, 'block_title'],
'metaDescription' => [$this, 'block_metaDescription'],
'googleTagManagerDataLayer' => [$this, 'block_googleTagManagerDataLayer'],
'stylesheets' => [$this, 'block_stylesheets'],
'body' => [$this, 'block_body'],
'javascripts' => [$this, 'block_javascripts'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "front/layout.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/page-cms/page-ville.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/page-cms/page-ville.html.twig"));
$this->parent = $this->loadTemplate("front/layout.html.twig", "front/page-cms/page-ville.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 2
public function block_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", "title"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
// line 3
echo " ";
if ((isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 3, $this->source); })())) {
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 3, $this->source); })()), "metaTitle", [], "any", false, false, false, 3), [], "pageCmsTranslate"), "html", null, true);
}
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 5
public function block_metaDescription($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", "metaDescription"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "metaDescription"));
// line 6
echo " ";
if ((isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 6, $this->source); })())) {
echo "<meta name=\"description\" content=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 6, $this->source); })()), "metaDescription", [], "any", false, false, false, 6), [], "pageCmsTranslate"), "html", null, true);
echo "\">";
}
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 8
public function block_googleTagManagerDataLayer($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", "googleTagManagerDataLayer"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "googleTagManagerDataLayer"));
// line 9
echo " ";
$this->loadTemplate("google_tag.html.twig", "front/page-cms/page-ville.html.twig", 9)->display(twig_array_merge($context, ["titlePage" => twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 9, $this->source); })()), "googleTagNamePage", [], "any", false, false, false, 9), "categoryPage" => "about-us", "navigation_category1" => twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 9, $this->source); })()), "googleTagcat1", [], "any", false, false, false, 9), "navigation_category2" => twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 9, $this->source); })()), "googleTagcat2", [], "any", false, false, false, 9), "navigation_category3" => twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 9, $this->source); })()), "googleTagcat3", [], "any", false, false, false, 9)]));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 11
public function block_stylesheets($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", "stylesheets"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));
// line 12
echo " ";
$this->displayParentBlock("stylesheets", $context, $blocks);
echo "
";
// line 13
echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackLinkTags("page_cms");
echo "
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 16
public function block_body($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", "body"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
// line 17
echo " ";
$this->loadTemplate("front/header.html.twig", "front/page-cms/page-ville.html.twig", 17)->display($context);
// line 18
echo " ";
if (((isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 18, $this->source); })()) && twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 18, $this->source); })()), "isDeleted", [], "any", false, false, false, 18))) {
// line 19
echo " <div class=\"container mt-5 mb-5\">
<div class=\"d-flex justify-content-center\">
<div class=\"col-7\"><img src=\"";
// line 21
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/404_img.png"), "html", null, true);
echo "\" style=\"\"></div>
</div>
<p class=\"text-center page404Titre\">";
// line 23
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Oooops nous sommes désolés", [], "pageCmsTranslate"), "html", null, true);
echo "</p>
<p class=\"text-center page404SousTitre mb-1\">";
// line 24
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Nous ne pouvons plus vous proposer cette page", [], "pageCmsTranslate"), "html", null, true);
echo "</p>
<p class=\"text-center page404SousTitre\">";
// line 25
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Retournez sur Copees en cliquant sur le bouton en dessous afin de télécharger à nouveau vos fichiers.", [], "pageCmsTranslate"), "html", null, true);
echo "</p>
<p class=\"text-center page404SousTitre mt-5\"><a href=\"";
// line 26
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("accueil");
echo "\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Retourner sur Copees", [], "pageCmsTranslate"), "html", null, true);
echo "</a></p>
</div>
";
} else {
// line 29
echo " <div class=\"section_cps1\">
<div class=\"box1_cps\">
<h2>";
// line 31
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 31, $this->source); })()), "titre", [], "any", false, false, false, 31), [], "pageCmsTranslate"), "html", null, true);
echo "</h2>
";
// line 32
if (twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 32, $this->source); })()), "sousTitre", [], "any", false, false, false, 32)) {
// line 33
echo " <h3>";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 33, $this->source); })()), "sousTitre", [], "any", false, false, false, 33), [], "pageCmsTranslate"), "html", null, true);
echo "</h3>
";
}
// line 35
echo " <div class=\"box_link_cps1\">
";
// line 36
if (twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 36, $this->source); })()), "btn1Name", [], "any", false, false, false, 36)) {
echo " <a href=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 36, $this->source); })()), "btn1Link", [], "any", false, false, false, 36), "html", null, true);
echo "\" style=\"color:";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 36, $this->source); })()), "btn1color", [], "any", false, false, false, 36), "html", null, true);
echo ";background-color: ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 36, $this->source); })()), "btn1Background", [], "any", false, false, false, 36), "html", null, true);
echo "\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 36, $this->source); })()), "btn1Name", [], "any", false, false, false, 36), [], "pageCmsTranslate"), "html", null, true);
echo "</a> ";
}
// line 37
echo " ";
if (twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 37, $this->source); })()), "btn2Name", [], "any", false, false, false, 37)) {
echo " <a href=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 37, $this->source); })()), "btn2Link", [], "any", false, false, false, 37), "html", null, true);
echo "\" style=\"color:";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 37, $this->source); })()), "btn2color", [], "any", false, false, false, 37), "html", null, true);
echo ";background-color: ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 37, $this->source); })()), "btn2Background", [], "any", false, false, false, 37), "html", null, true);
echo "\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 37, $this->source); })()), "btn2Name", [], "any", false, false, false, 37), [], "pageCmsTranslate"), "html", null, true);
echo "</a> ";
}
// line 38
echo " </div>
</div>
</div>
<div class=\"section_cps2\">
<div class=\"box2_cps row\">
<div class=\"col-md-7\">
";
// line 44
if (twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 44, $this->source); })()), "pageBlock1", [], "any", false, false, false, 44)) {
// line 45
echo " <div class=\"box_cps_row1\">
<h3>";
// line 46
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 46, $this->source); })()), "pageBlock1", [], "any", false, false, false, 46), "titre", [], "any", false, false, false, 46), [], "pageCmsTranslate"), "html", null, true);
echo " </h3>
<p>";
// line 47
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 47, $this->source); })()), "pageBlock1", [], "any", false, false, false, 47), "description", [], "any", false, false, false, 47), [], "pageCmsTranslate"), "html", null, true);
echo "</p>
";
// line 48
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 48, $this->source); })()), "pageBlock1", [], "any", false, false, false, 48), "pageSousBlock", [], "any", false, false, false, 48)) > 0)) {
// line 49
echo " <div class=\"row\">
";
// line 50
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 50, $this->source); })()), "pageBlock1", [], "any", false, false, false, 50), "pageSousBlock", [], "any", false, false, false, 50));
foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
// line 51
echo " <div class=\"col-md-6\">
<div class=\"box_cps_row1\">
<h4 class=\"ic_cps1\" style=\"background-image: url(";
// line 53
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(("imageSite/" . twig_get_attribute($this->env, $this->source, $context["item"], "image", [], "any", false, false, false, 53))), "html", null, true);
echo ");\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["item"], "titre", [], "any", false, false, false, 53), [], "pageCmsTranslate"), "html", null, true);
echo "</h4>
";
// line 54
echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["item"], "description", [], "any", false, false, false, 54), [], "pageCmsTranslate");
echo "
</div>
</div>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 58
echo " </div>
";
}
// line 60
echo " </div>
";
}
// line 62
echo " </div>
<div class=\"col-md-5\">
<div class=\"img_box_cps2\">
<img src=\"";
// line 65
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/i2_cpsb.png"), "html", null, true);
echo "\">
</div>
</div>
</div>
<div class=\"box3_cps row\">
";
// line 70
if (twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 70, $this->source); })()), "pageBlock2", [], "any", false, false, false, 70)) {
// line 71
echo " <div class=\"col-md-5\">
<div class=\"img_box_cps3\">
<img src=\"";
// line 73
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(("imageSite/" . twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 73, $this->source); })()), "pageBlock2", [], "any", false, false, false, 73), "image", [], "any", false, false, false, 73))), "html", null, true);
echo "\">
</div>
</div>
<div class=\"col-md-7\">
<div class=\"box_cps_row2\">
<h3>";
// line 78
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 78, $this->source); })()), "pageBlock2", [], "any", false, false, false, 78), "titre", [], "any", false, false, false, 78), [], "pageCmsTranslate"), "html", null, true);
echo " </h3>
<p>";
// line 79
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 79, $this->source); })()), "pageBlock2", [], "any", false, false, false, 79), "description", [], "any", false, false, false, 79), [], "pageCmsTranslate"), "html", null, true);
echo "</p>
";
// line 80
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 80, $this->source); })()), "pageBlock2", [], "any", false, false, false, 80), "pageSousBlock", [], "any", false, false, false, 80)) > 0)) {
// line 81
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 81, $this->source); })()), "pageBlock2", [], "any", false, false, false, 81), "pageSousBlock", [], "any", false, false, false, 81));
foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
// line 82
echo " <div class=\"box_cps_sec2\">
<img src=\"";
// line 83
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(("imageSite/" . twig_get_attribute($this->env, $this->source, $context["item"], "image", [], "any", false, false, false, 83))), "html", null, true);
echo "\">
<h4>";
// line 84
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["item"], "titre", [], "any", false, false, false, 84), [], "pageCmsTranslate"), "html", null, true);
echo "</h4>
";
// line 85
echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["item"], "description", [], "any", false, false, false, 85), [], "pageCmsTranslate");
echo "
</div>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 88
echo " ";
}
// line 89
echo " </div>
</div>
";
}
// line 92
echo " </div>
<div class=\"box4_cps row\">
";
// line 94
if (twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 94, $this->source); })()), "pageBlock3", [], "any", false, false, false, 94)) {
// line 95
echo " <div class=\"col-md-6\">
<div class=\"box_img_box_cps4\">
<h3>";
// line 97
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 97, $this->source); })()), "pageBlock3", [], "any", false, false, false, 97), "titre", [], "any", false, false, false, 97), [], "pageCmsTranslate"), "html", null, true);
echo "</h3>
";
// line 98
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 98, $this->source); })()), "pageBlock3", [], "any", false, false, false, 98), "pageSousBlock", [], "any", false, false, false, 98)) > 0)) {
// line 99
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 99, $this->source); })()), "pageBlock3", [], "any", false, false, false, 99), "pageSousBlock", [], "any", false, false, false, 99));
foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
// line 100
echo " <div class=\"box_cps_sec4\">
<img src=\"";
// line 101
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(("imageSite/" . twig_get_attribute($this->env, $this->source, $context["item"], "image", [], "any", false, false, false, 101))), "html", null, true);
echo "\">
<h4>";
// line 102
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["item"], "titre", [], "any", false, false, false, 102), [], "pageCmsTranslate"), "html", null, true);
echo "</h4>
";
// line 103
echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["item"], "description", [], "any", false, false, false, 103), [], "pageCmsTranslate");
echo "
</div>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 106
echo " ";
}
// line 107
echo " </div>
</div>
<div class=\"col-md-6\">
<div class=\"box_img_box_cps5\">
<img src=\"";
// line 111
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/i4_cpsb.png"), "html", null, true);
echo "\">
<div class=\"box_cps_sec5_tab\">
<div class=\"row row_jaune_tab\">
<div class=\"col-7\">
<h4>";
// line 115
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Horaire de commande", [], "pageCmsTranslate"), "html", null, true);
echo "</h4>
</div>
<div class=\"col-5\">
<h4>";
// line 118
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Livraison", [], "pageCmsTranslate"), "html", null, true);
echo "</h4>
</div>
</div>
";
// line 121
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 121, $this->source); })()), "livraisonBlock", [], "any", false, false, false, 121)) > 0)) {
// line 122
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 122, $this->source); })()), "livraisonBlock", [], "any", false, false, false, 122));
foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
// line 123
echo " <div class=\"row row_repeat_tab\">
<div class=\"col-7\">
";
// line 125
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["item"], "titre1", [], "any", false, false, false, 125), [], "pageCmsTranslate"), "html", null, true);
echo "
</div>
<div class=\"col-5\">
";
// line 128
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["item"], "titre2", [], "any", false, false, false, 128), [], "pageCmsTranslate"), "html", null, true);
echo "
</div>
</div>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 132
echo " ";
}
// line 133
echo " </div>
</div>
</div>
";
}
// line 137
echo " </div>
</div>
<div class=\"section_cps3\">
<div class=\"box1_cps3 row\">
<div class=\"col-md-7\">
<div class=\"box_cps3_row1\">
";
// line 143
if (twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 143, $this->source); })()), "pageBlock4", [], "any", false, false, false, 143)) {
// line 144
echo " <h3>";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 144, $this->source); })()), "pageBlock4", [], "any", false, false, false, 144), "titre", [], "any", false, false, false, 144), [], "pageCmsTranslate"), "html", null, true);
echo " </h3>
<p>";
// line 145
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 145, $this->source); })()), "pageBlock4", [], "any", false, false, false, 145), "description", [], "any", false, false, false, 145), [], "pageCmsTranslate"), "html", null, true);
echo "</p>
";
// line 146
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 146, $this->source); })()), "pageBlock4", [], "any", false, false, false, 146), "pageSousBlock", [], "any", false, false, false, 146)) > 0)) {
// line 147
echo " <div class=\"row\">
";
// line 148
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 148, $this->source); })()), "pageBlock4", [], "any", false, false, false, 148), "pageSousBlock", [], "any", false, false, false, 148));
foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
// line 149
echo " <div class=\"col-md-6\">
<div class=\"box_cps3_row1\">
<img src=\"";
// line 151
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(("imageSite/" . twig_get_attribute($this->env, $this->source, $context["item"], "image", [], "any", false, false, false, 151))), "html", null, true);
echo "\">
<h4>";
// line 152
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["item"], "titre", [], "any", false, false, false, 152), [], "pageCmsTranslate"), "html", null, true);
echo "</h4>
";
// line 153
echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["item"], "description", [], "any", false, false, false, 153), [], "pageCmsTranslate");
echo "
</div>
</div>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 157
echo " </div>
";
}
// line 159
echo " ";
}
// line 160
echo " </div>
</div>
<div class=\"col-md-5\">
<div class=\"img_box_cps2 ecron_design\">
<div class=\"\" style=\"position: relative; padding-bottom:56%; height: 0;\">
";
// line 166
echo " <video width=\"400\" controls style=\"width: 100%;background-color: #000000;padding: 2px;\">
<source src=\"";
// line 167
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/video_pages_cms_produit.mp4"), "html", null, true);
echo "\" type=\"video/mp4\">
</video>
</div>
</div>
<div class=\"img_box_cps2 ecron_design_mobile\" style=\"display: none\">
<video width=\"400\" controls style=\"width: 100%;background-color: #000000;padding: 2px;\">
<source src=\"";
// line 173
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/video_pages_cms_produit.mp4"), "html", null, true);
echo "\" type=\"video/mp4\">
</video>
</div>
</div>
<div class=\"col-md-12\">
<div class=\"link_cps3\">
";
// line 179
if (twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 179, $this->source); })()), "pageBlock4", [], "any", false, false, false, 179)) {
// line 180
echo " <a href=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 180, $this->source); })()), "pageBlock4", [], "any", false, false, false, 180), "btn1Link", [], "any", false, false, false, 180), "html", null, true);
echo "\" style=\"color:";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 180, $this->source); })()), "pageBlock4", [], "any", false, false, false, 180), "btn1color", [], "any", false, false, false, 180), "html", null, true);
echo ";background-color: ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 180, $this->source); })()), "pageBlock4", [], "any", false, false, false, 180), "btn1Background", [], "any", false, false, false, 180), "html", null, true);
echo "\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 180, $this->source); })()), "pageBlock4", [], "any", false, false, false, 180), "btn1Name", [], "any", false, false, false, 180), [], "pageCmsTranslate"), "html", null, true);
echo "</a>
";
}
// line 182
echo " </div>
</div>
</div>
</div>
<div class=\"section_cps4\">
<div class=\"box1_cps4\">
";
// line 188
if (twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 188, $this->source); })()), "pageBlock5", [], "any", false, false, false, 188)) {
// line 189
echo " <h3>";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 189, $this->source); })()), "pageBlock5", [], "any", false, false, false, 189), "titre", [], "any", false, false, false, 189), [], "pageCmsTranslate"), "html", null, true);
echo "</h3>
<p>";
// line 190
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 190, $this->source); })()), "pageBlock5", [], "any", false, false, false, 190), "description", [], "any", false, false, false, 190), [], "pageCmsTranslate"), "html", null, true);
echo "</p>
<a href=\"";
// line 191
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 191, $this->source); })()), "pageBlock5", [], "any", false, false, false, 191), "btn1Link", [], "any", false, false, false, 191), "html", null, true);
echo "\" style=\"color:";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 191, $this->source); })()), "pageBlock5", [], "any", false, false, false, 191), "btn1color", [], "any", false, false, false, 191), "html", null, true);
echo ";background-color: ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 191, $this->source); })()), "pageBlock5", [], "any", false, false, false, 191), "btn1Background", [], "any", false, false, false, 191), "html", null, true);
echo "\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 191, $this->source); })()), "pageBlock5", [], "any", false, false, false, 191), "btn1Name", [], "any", false, false, false, 191), [], "pageCmsTranslate"), "html", null, true);
echo "</a>
";
}
// line 193
echo " </div>
</div>
";
// line 195
if (twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 195, $this->source); })()), "isBandeau", [], "any", false, false, false, 195)) {
// line 196
echo " <div class=\"part_hd9 part_hd_ass4\" style=\"\">
<div class=\"container-fluid part7\" style=\"padding-bottom: 10px;\">
<div class=\"container\">
<div class=\"row\">
<div class=\"col-lg-12 text-center\">
<h2 class=\"text-center\">";
// line 201
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Nos clients en parlent mieux que nous", [], "pageCmsTranslate"), "html", null, true);
echo "</h2>
</div>
<div class=\"clear\"></div>
<script src=\"https://static.elfsight.com/platform/platform.js\" async></script> <div class=\"elfsight-app-2eb16dd1-c686-4d7e-9abf-d006da716293\" data-elfsight-app-lazy></div>
</div>
</div>
</div>
</div>
";
}
// line 210
echo " <div class=\"section_cps5\">
<div class=\"box1_cps5\">
";
// line 212
if (twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 212, $this->source); })()), "pageBlock6", [], "any", false, false, false, 212)) {
// line 213
echo " <h2>";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 213, $this->source); })()), "pageBlock6", [], "any", false, false, false, 213), "titre", [], "any", false, false, false, 213), [], "pageCmsTranslate"), "html", null, true);
echo " </h2>
<p>";
// line 214
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 214, $this->source); })()), "pageBlock6", [], "any", false, false, false, 214), "description", [], "any", false, false, false, 214), [], "pageCmsTranslate"), "html", null, true);
echo "</p>
<div class=\"box1_cps5_row row\">
";
// line 216
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 216, $this->source); })()), "pageBlock6", [], "any", false, false, false, 216), "pageSousBlock", [], "any", false, false, false, 216)) > 0)) {
// line 217
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 217, $this->source); })()), "pageBlock6", [], "any", false, false, false, 217), "pageSousBlock", [], "any", false, false, false, 217));
foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
// line 218
echo " <div class=\"col-md-4\">
<div class=\"box_cps5_glob\">
<img src=\"";
// line 220
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(("imageSite/" . twig_get_attribute($this->env, $this->source, $context["item"], "image", [], "any", false, false, false, 220))), "html", null, true);
echo "\">
<div class=\"txt_cps5\">
<h4>";
// line 222
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["item"], "titre", [], "any", false, false, false, 222), [], "pageCmsTranslate"), "html", null, true);
echo "</h4>
<h3>";
// line 223
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["item"], "description", [], "any", false, false, false, 223), [], "pageCmsTranslate"), "html", null, true);
echo "</h3>
<a href=\"";
// line 224
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["item"], "btnLink", [], "any", false, false, false, 224), "html", null, true);
echo "\" >";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["item"], "btnName", [], "any", false, false, false, 224), [], "pageCmsTranslate"), "html", null, true);
echo "</a>
</div>
</div>
</div>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 229
echo " ";
}
// line 230
echo " </div>
";
}
// line 232
echo " </div>
</div>
";
}
// line 235
echo " ";
$this->loadTemplate("front/footer.html.twig", "front/page-cms/page-ville.html.twig", 235)->display($context);
// line 236
echo "
<style>
.ecron_design{
background-image: url(/images/ecron_design0.png) !important;
background-repeat: no-repeat;
background-size: 100% !important;
height: 100%;
padding-left: 1.3%!important;
padding-right: 1%! important;
padding-top: 1%!important;
}
@media (min-width: 900px) and (max-width: 992px) { .ecron_design{ height: 734px;} }
@media (min-width: 800px) and (max-width: 900px) { .ecron_design{ height: 665px;} }
@media (min-width: 700px) and (max-width: 800px) { .ecron_design{ height: 587px;} }
@media (max-width: 767px) {
.ecron_design_mobile {
display: block!important;
}
.ecron_design{
display: none;
}
}
@media (min-width: 1280px) {
.ecron_design{
width: 500px!important;
}
}
</style>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 266
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 267
echo " ";
$this->displayParentBlock("javascripts", $context, $blocks);
echo "
";
// line 268
echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("page_cms");
echo "
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
public function getTemplateName()
{
return "front/page-cms/page-ville.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 757 => 268, 752 => 267, 742 => 266, 703 => 236, 700 => 235, 695 => 232, 691 => 230, 688 => 229, 675 => 224, 671 => 223, 667 => 222, 662 => 220, 658 => 218, 653 => 217, 651 => 216, 646 => 214, 641 => 213, 639 => 212, 635 => 210, 623 => 201, 616 => 196, 614 => 195, 610 => 193, 599 => 191, 595 => 190, 590 => 189, 588 => 188, 580 => 182, 568 => 180, 566 => 179, 557 => 173, 548 => 167, 545 => 166, 538 => 160, 535 => 159, 531 => 157, 521 => 153, 517 => 152, 513 => 151, 509 => 149, 505 => 148, 502 => 147, 500 => 146, 496 => 145, 491 => 144, 489 => 143, 481 => 137, 475 => 133, 472 => 132, 462 => 128, 456 => 125, 452 => 123, 447 => 122, 445 => 121, 439 => 118, 433 => 115, 426 => 111, 420 => 107, 417 => 106, 408 => 103, 404 => 102, 400 => 101, 397 => 100, 392 => 99, 390 => 98, 386 => 97, 382 => 95, 380 => 94, 376 => 92, 371 => 89, 368 => 88, 359 => 85, 355 => 84, 351 => 83, 348 => 82, 343 => 81, 341 => 80, 337 => 79, 333 => 78, 325 => 73, 321 => 71, 319 => 70, 311 => 65, 306 => 62, 302 => 60, 298 => 58, 288 => 54, 282 => 53, 278 => 51, 274 => 50, 271 => 49, 269 => 48, 265 => 47, 261 => 46, 258 => 45, 256 => 44, 248 => 38, 235 => 37, 223 => 36, 220 => 35, 214 => 33, 212 => 32, 208 => 31, 204 => 29, 196 => 26, 192 => 25, 188 => 24, 184 => 23, 179 => 21, 175 => 19, 172 => 18, 169 => 17, 159 => 16, 147 => 13, 142 => 12, 132 => 11, 121 => 9, 111 => 8, 96 => 6, 86 => 5, 73 => 3, 63 => 2, 40 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends 'front/layout.html.twig' %}
{% block title %}
{% if page %}{{ page.metaTitle | trans({}, \"pageCmsTranslate\") }}{% endif %}
{% endblock %}
{% block metaDescription %}
{% if page %}<meta name=\"description\" content=\"{{ page.metaDescription | trans({}, \"pageCmsTranslate\") }}\">{% endif %}
{% endblock %}
{% block googleTagManagerDataLayer %}
{% include 'google_tag.html.twig' with {'titlePage':page.googleTagNamePage,'categoryPage':'about-us','navigation_category1':page.googleTagcat1,'navigation_category2':page.googleTagcat2,'navigation_category3':page.googleTagcat3 } %}
{% endblock %}
{% block stylesheets %}
{{ parent() }}
{{ encore_entry_link_tags('page_cms') }}
{% endblock %}
{% block body %}
{% include 'front/header.html.twig' %}
{% if page and page.isDeleted %}
<div class=\"container mt-5 mb-5\">
<div class=\"d-flex justify-content-center\">
<div class=\"col-7\"><img src=\"{{ asset('images/404_img.png') }}\" style=\"\"></div>
</div>
<p class=\"text-center page404Titre\">{{ 'Oooops nous sommes désolés' | trans({}, \"pageCmsTranslate\") }}</p>
<p class=\"text-center page404SousTitre mb-1\">{{ 'Nous ne pouvons plus vous proposer cette page' | trans({}, \"pageCmsTranslate\") }}</p>
<p class=\"text-center page404SousTitre\">{{ 'Retournez sur Copees en cliquant sur le bouton en dessous afin de télécharger à nouveau vos fichiers.' | trans({}, \"pageCmsTranslate\") }}</p>
<p class=\"text-center page404SousTitre mt-5\"><a href=\"{{ path('accueil') }}\">{{ 'Retourner sur Copees' | trans({}, \"pageCmsTranslate\") }}</a></p>
</div>
{% else %}
<div class=\"section_cps1\">
<div class=\"box1_cps\">
<h2>{{page.titre| trans({}, \"pageCmsTranslate\")}}</h2>
{% if page.sousTitre %}
<h3>{{ page.sousTitre | trans({}, \"pageCmsTranslate\") }}</h3>
{% endif %}
<div class=\"box_link_cps1\">
{% if page.btn1Name %} <a href=\"{{ page.btn1Link }}\" style=\"color:{{ page.btn1color }};background-color: {{ page.btn1Background }}\">{{ page.btn1Name | trans({}, \"pageCmsTranslate\") }}</a> {% endif %}
{% if page.btn2Name %} <a href=\"{{ page.btn2Link }}\" style=\"color:{{ page.btn2color }};background-color: {{ page.btn2Background }}\">{{ page.btn2Name | trans({}, \"pageCmsTranslate\") }}</a> {% endif %}
</div>
</div>
</div>
<div class=\"section_cps2\">
<div class=\"box2_cps row\">
<div class=\"col-md-7\">
{% if page.pageBlock1 %}
<div class=\"box_cps_row1\">
<h3>{{page.pageBlock1.titre| trans({}, \"pageCmsTranslate\")}} </h3>
<p>{{page.pageBlock1.description| trans({}, \"pageCmsTranslate\")}}</p>
{% if page.pageBlock1.pageSousBlock|length > 0 %}
<div class=\"row\">
{% for item in page.pageBlock1.pageSousBlock %}
<div class=\"col-md-6\">
<div class=\"box_cps_row1\">
<h4 class=\"ic_cps1\" style=\"background-image: url({{ asset('imageSite/'~item.image) }});\">{{ item.titre | trans({}, \"pageCmsTranslate\") }}</h4>
{{ item.description | trans({}, \"pageCmsTranslate\")|raw }}
</div>
</div>
{% endfor %}
</div>
{% endif %}
</div>
{% endif %}
</div>
<div class=\"col-md-5\">
<div class=\"img_box_cps2\">
<img src=\"{{ asset('images/i2_cpsb.png') }}\">
</div>
</div>
</div>
<div class=\"box3_cps row\">
{% if page.pageBlock2 %}
<div class=\"col-md-5\">
<div class=\"img_box_cps3\">
<img src=\"{{ asset('imageSite/'~page.pageBlock2.image) }}\">
</div>
</div>
<div class=\"col-md-7\">
<div class=\"box_cps_row2\">
<h3>{{page.pageBlock2.titre | trans({}, \"pageCmsTranslate\")}} </h3>
<p>{{page.pageBlock2.description | trans({}, \"pageCmsTranslate\")}}</p>
{% if page.pageBlock2.pageSousBlock|length > 0 %}
{% for item in page.pageBlock2.pageSousBlock %}
<div class=\"box_cps_sec2\">
<img src=\"{{ asset('imageSite/'~item.image) }}\">
<h4>{{ item.titre | trans({}, \"pageCmsTranslate\") }}</h4>
{{ item.description | trans({}, \"pageCmsTranslate\")|raw }}
</div>
{% endfor %}
{% endif %}
</div>
</div>
{% endif %}
</div>
<div class=\"box4_cps row\">
{% if page.pageBlock3 %}
<div class=\"col-md-6\">
<div class=\"box_img_box_cps4\">
<h3>{{page.pageBlock3.titre | trans({}, \"pageCmsTranslate\")}}</h3>
{% if page.pageBlock3.pageSousBlock|length > 0 %}
{% for item in page.pageBlock3.pageSousBlock %}
<div class=\"box_cps_sec4\">
<img src=\"{{ asset('imageSite/'~item.image) }}\">
<h4>{{ item.titre | trans({}, \"pageCmsTranslate\") }}</h4>
{{ item.description | trans({}, \"pageCmsTranslate\")|raw }}
</div>
{% endfor %}
{% endif %}
</div>
</div>
<div class=\"col-md-6\">
<div class=\"box_img_box_cps5\">
<img src=\"{{ asset('images/i4_cpsb.png') }}\">
<div class=\"box_cps_sec5_tab\">
<div class=\"row row_jaune_tab\">
<div class=\"col-7\">
<h4>{{ 'Horaire de commande' | trans({}, \"pageCmsTranslate\") }}</h4>
</div>
<div class=\"col-5\">
<h4>{{ 'Livraison' | trans({}, \"pageCmsTranslate\") }}</h4>
</div>
</div>
{% if page.livraisonBlock|length > 0 %}
{% for item in page.livraisonBlock %}
<div class=\"row row_repeat_tab\">
<div class=\"col-7\">
{{ item.titre1 | trans({}, \"pageCmsTranslate\") }}
</div>
<div class=\"col-5\">
{{ item.titre2 | trans({}, \"pageCmsTranslate\") }}
</div>
</div>
{% endfor %}
{% endif %}
</div>
</div>
</div>
{% endif %}
</div>
</div>
<div class=\"section_cps3\">
<div class=\"box1_cps3 row\">
<div class=\"col-md-7\">
<div class=\"box_cps3_row1\">
{% if page.pageBlock4 %}
<h3>{{page.pageBlock4.titre | trans({}, \"pageCmsTranslate\")}} </h3>
<p>{{page.pageBlock4.description | trans({}, \"pageCmsTranslate\")}}</p>
{% if page.pageBlock4.pageSousBlock|length > 0 %}
<div class=\"row\">
{% for item in page.pageBlock4.pageSousBlock %}
<div class=\"col-md-6\">
<div class=\"box_cps3_row1\">
<img src=\"{{ asset('imageSite/'~item.image) }}\">
<h4>{{ item.titre | trans({}, \"pageCmsTranslate\") }}</h4>
{{ item.description | trans({}, \"pageCmsTranslate\")|raw }}
</div>
</div>
{% endfor %}
</div>
{% endif %}
{% endif %}
</div>
</div>
<div class=\"col-md-5\">
<div class=\"img_box_cps2 ecron_design\">
<div class=\"\" style=\"position: relative; padding-bottom:56%; height: 0;\">
{#<iframe src=\"https://supademo.com/embed/ycfxVR7su14SkJfnpek5Q\" frameborder=\"0\" webkitallowfullscreen=\"true\" mozallowfullscreen=\"true\" allowfullscreen style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%;\"></iframe>#}
<video width=\"400\" controls style=\"width: 100%;background-color: #000000;padding: 2px;\">
<source src=\"{{ asset('images/video_pages_cms_produit.mp4') }}\" type=\"video/mp4\">
</video>
</div>
</div>
<div class=\"img_box_cps2 ecron_design_mobile\" style=\"display: none\">
<video width=\"400\" controls style=\"width: 100%;background-color: #000000;padding: 2px;\">
<source src=\"{{ asset('images/video_pages_cms_produit.mp4') }}\" type=\"video/mp4\">
</video>
</div>
</div>
<div class=\"col-md-12\">
<div class=\"link_cps3\">
{% if page.pageBlock4 %}
<a href=\"{{ page.pageBlock4.btn1Link }}\" style=\"color:{{ page.pageBlock4.btn1color }};background-color: {{ page.pageBlock4.btn1Background }}\">{{ page.pageBlock4.btn1Name | trans({}, \"pageCmsTranslate\") }}</a>
{% endif %}
</div>
</div>
</div>
</div>
<div class=\"section_cps4\">
<div class=\"box1_cps4\">
{% if page.pageBlock5 %}
<h3>{{page.pageBlock5.titre | trans({}, \"pageCmsTranslate\")}}</h3>
<p>{{page.pageBlock5.description | trans({}, \"pageCmsTranslate\")}}</p>
<a href=\"{{ page.pageBlock5.btn1Link }}\" style=\"color:{{ page.pageBlock5.btn1color }};background-color: {{ page.pageBlock5.btn1Background }}\">{{ page.pageBlock5.btn1Name | trans({}, \"pageCmsTranslate\") }}</a>
{% endif %}
</div>
</div>
{% if page.isBandeau %}
<div class=\"part_hd9 part_hd_ass4\" style=\"\">
<div class=\"container-fluid part7\" style=\"padding-bottom: 10px;\">
<div class=\"container\">
<div class=\"row\">
<div class=\"col-lg-12 text-center\">
<h2 class=\"text-center\">{{ 'Nos clients en parlent mieux que nous' | trans({}, \"pageCmsTranslate\") }}</h2>
</div>
<div class=\"clear\"></div>
<script src=\"https://static.elfsight.com/platform/platform.js\" async></script> <div class=\"elfsight-app-2eb16dd1-c686-4d7e-9abf-d006da716293\" data-elfsight-app-lazy></div>
</div>
</div>
</div>
</div>
{% endif %}
<div class=\"section_cps5\">
<div class=\"box1_cps5\">
{% if page.pageBlock6 %}
<h2>{{page.pageBlock6.titre | trans({}, \"pageCmsTranslate\")}} </h2>
<p>{{page.pageBlock6.description | trans({}, \"pageCmsTranslate\")}}</p>
<div class=\"box1_cps5_row row\">
{% if page.pageBlock6.pageSousBlock|length > 0 %}
{% for item in page.pageBlock6.pageSousBlock %}
<div class=\"col-md-4\">
<div class=\"box_cps5_glob\">
<img src=\"{{ asset('imageSite/'~item.image) }}\">
<div class=\"txt_cps5\">
<h4>{{ item.titre | trans({}, \"pageCmsTranslate\") }}</h4>
<h3>{{ item.description | trans({}, \"pageCmsTranslate\") }}</h3>
<a href=\"{{ item.btnLink }}\" >{{ item.btnName | trans({}, \"pageCmsTranslate\") }}</a>
</div>
</div>
</div>
{% endfor %}
{% endif %}
</div>
{% endif %}
</div>
</div>
{% endif %}
{% include 'front/footer.html.twig' %}
<style>
.ecron_design{
background-image: url(/images/ecron_design0.png) !important;
background-repeat: no-repeat;
background-size: 100% !important;
height: 100%;
padding-left: 1.3%!important;
padding-right: 1%! important;
padding-top: 1%!important;
}
@media (min-width: 900px) and (max-width: 992px) { .ecron_design{ height: 734px;} }
@media (min-width: 800px) and (max-width: 900px) { .ecron_design{ height: 665px;} }
@media (min-width: 700px) and (max-width: 800px) { .ecron_design{ height: 587px;} }
@media (max-width: 767px) {
.ecron_design_mobile {
display: block!important;
}
.ecron_design{
display: none;
}
}
@media (min-width: 1280px) {
.ecron_design{
width: 500px!important;
}
}
</style>
{% endblock %}
{% block javascripts %}
{{ parent() }}
{{ encore_entry_script_tags('page_cms') }}
{% endblock %}
", "front/page-cms/page-ville.html.twig", "/home/preprodcopees/www/copees-sf/templates/front/page-cms/page-ville.html.twig");
}
}