var/cache/dev/twig/c9/c939c9bb0bb565744d78633e4daab61ed383f84525f182bdcbaace433997e382.php line 53

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\CoreExtension;
  6. use Twig\Extension\SandboxExtension;
  7. use Twig\Markup;
  8. use Twig\Sandbox\SecurityError;
  9. use Twig\Sandbox\SecurityNotAllowedTagError;
  10. use Twig\Sandbox\SecurityNotAllowedFilterError;
  11. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  12. use Twig\Source;
  13. use Twig\Template;
  14. /* default/escapade-destination.html.twig */
  15. class __TwigTemplate_b3f168965c8e495227899445f61d453aef9f13013c580b071aeae3aba018054f extends Template
  16. {
  17.     private $source;
  18.     private $macros = [];
  19.     public function __construct(Environment $env)
  20.     {
  21.         parent::__construct($env);
  22.         $this->source $this->getSourceContext();
  23.         $this->blocks = [
  24.             'title' => [$this'block_title'],
  25.             'header_classes' => [$this'block_header_classes'],
  26.             'navbar_theme' => [$this'block_navbar_theme'],
  27.             'body' => [$this'block_body'],
  28.             'extra_head' => [$this'block_extra_head'],
  29.         ];
  30.     }
  31.     protected function doGetParent(array $context)
  32.     {
  33.         // line 2
  34.         return "base.html.twig";
  35.     }
  36.     protected function doDisplay(array $context, array $blocks = [])
  37.     {
  38.         $macros $this->macros;
  39.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  40.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""default/escapade-destination.html.twig"));
  41.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  42.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""default/escapade-destination.html.twig"));
  43.         $this->parent $this->loadTemplate("base.html.twig""default/escapade-destination.html.twig"2);
  44.         yield from $this->parent->unwrap()->yield($contextarray_merge($this->blocks$blocks));
  45.         
  46.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  47.         
  48.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  49.     }
  50.     // line 4
  51.     public function block_title($context, array $blocks = [])
  52.     {
  53.         $macros $this->macros;
  54.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  55.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  56.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  57.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  58.         yield "O'Escapade — ";
  59.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["offer"]) || array_key_exists("offer"$context) ? $context["offer"] : (function () { throw new RuntimeError('Variable "offer" does not exist.'4$this->source); })()), "title", [], "any"falsefalsefalse4), "html"nulltrue);
  60.         
  61.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  62.         
  63.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  64.         return; yield '';
  65.     }
  66.     // line 7
  67.     public function block_header_classes($context, array $blocks = [])
  68.     {
  69.         $macros $this->macros;
  70.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  71.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""header_classes"));
  72.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  73.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""header_classes"));
  74.         yield "header-overlay";
  75.         
  76.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  77.         
  78.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  79.         return; yield '';
  80.     }
  81.     // line 8
  82.     public function block_navbar_theme($context, array $blocks = [])
  83.     {
  84.         $macros $this->macros;
  85.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  86.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""navbar_theme"));
  87.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  88.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""navbar_theme"));
  89.         yield "navbar-dark";
  90.         
  91.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  92.         
  93.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  94.         return; yield '';
  95.     }
  96.     // line 10
  97.     public function block_body($context, array $blocks = [])
  98.     {
  99.         $macros $this->macros;
  100.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  101.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  102.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  103.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  104.         // line 11
  105.         yield "
  106. ";
  107.         // line 15
  108.         yield "<section class=\"position-relative text-white\">
  109.   <div class=\"ratio ratio-21x9\">
  110.   ";
  111.         // line 17
  112.         if (CoreExtension::getAttribute($this->env$this->source, (isset($context["offer"]) || array_key_exists("offer"$context) ? $context["offer"] : (function () { throw new RuntimeError('Variable "offer" does not exist.'17$this->source); })()), "img", [], "any"falsefalsefalse17)) {
  113.             // line 18
  114.             yield "      <img src=\"";
  115.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(("img/offer/" CoreExtension::getAttribute($this->env$this->source, (isset($context["offer"]) || array_key_exists("offer"$context) ? $context["offer"] : (function () { throw new RuntimeError('Variable "offer" does not exist.'18$this->source); })()), "img", [], "any"falsefalsefalse18))), "html"nulltrue);
  116.             yield "\" alt=\"Carnaval St Lucie\" class=\"object-fit-cover w-100 h-100\">
  117.   ";
  118.         } else {
  119.             // line 20
  120.             yield "      <img src=\"";
  121.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(((("img/destination/" CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["offer"]) || array_key_exists("offer"$context) ? $context["offer"] : (function () { throw new RuntimeError('Variable "offer" does not exist.'20$this->source); })()), "destination", [], "any"falsefalsefalse20), "slug", [], "any"falsefalsefalse20)) . "/") . CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["offer"]) || array_key_exists("offer"$context) ? $context["offer"] : (function () { throw new RuntimeError('Variable "offer" does not exist.'20$this->source); })()), "destination", [], "any"falsefalsefalse20), "img", [], "any"falsefalsefalse20))), "html"nulltrue);
  122.             yield "\" alt=\"Carnaval St Lucie\" class=\"object-fit-cover w-100 h-100\">
  123.   ";
  124.         }
  125.         // line 22
  126.         yield "  </div>
  127.   <div class=\"position-absolute top-0 start-0 w-100 h-100 d-flex align-items-center\">
  128.     <div class=\"container\">
  129.       <div class=\"bg-white text-dark p-4 p-md-5 rounded-4 shadow-sm\" style=\"max-width: 600px;\">
  130.         <h1 class=\"display-5 fw-bold txt-ot-green mb-3\">";
  131.         // line 27
  132.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["offer"]) || array_key_exists("offer"$context) ? $context["offer"] : (function () { throw new RuntimeError('Variable "offer" does not exist.'27$this->source); })()), "title", [], "any"falsefalsefalse27), "html"nulltrue);
  133.         yield "</h1>
  134.         <p class=\"mb-3\">";
  135.         // line 28
  136.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["offer"]) || array_key_exists("offer"$context) ? $context["offer"] : (function () { throw new RuntimeError('Variable "offer" does not exist.'28$this->source); })()), "subtitle", [], "any"falsefalsefalse28), "html"nulltrue);
  137.         yield "</p>
  138.         <div>
  139.         ";
  140.         // line 31
  141.         if (CoreExtension::getAttribute($this->env$this->source, (isset($context["offer"]) || array_key_exists("offer"$context) ? $context["offer"] : (function () { throw new RuntimeError('Variable "offer" does not exist.'31$this->source); })()), "includedText", [], "any"falsefalsefalse31)) {
  142.             // line 32
  143.             yield "          <h6 class=\"fw-bold txt-ot-green mb-2\">Inclus :</h6>
  144.           <ul class=\"list-unstyled mb-0\">
  145.             ";
  146.             // line 34
  147.             $context['_parent'] = $context;
  148.             $context['_seq'] = CoreExtension::ensureTraversable(Twig\Extension\CoreExtension::split($this->env->getCharset(), CoreExtension::getAttribute($this->env$this->source, (isset($context["offer"]) || array_key_exists("offer"$context) ? $context["offer"] : (function () { throw new RuntimeError('Variable "offer" does not exist.'34$this->source); })()), "includedText", [], "any"falsefalsefalse34), "
  149. "));
  150.             foreach ($context['_seq'] as $context["_key"] => $context["line"]) {
  151.                 // line 35
  152.                 yield "                ";
  153.                 if ((!== CoreExtension::compare(Twig\Extension\CoreExtension::trim($context["line"]), ""))) {
  154.                     // line 36
  155.                     yield "                   <li class=\"mb-1\">✔️ ";
  156.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["line"], "html"nulltrue);
  157.                     yield "</li>
  158.                 ";
  159.                 }
  160.                 // line 38
  161.                 yield "            ";
  162.             }
  163.             $_parent $context['_parent'];
  164.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['line'], $context['_parent'], $context['loop']);
  165.             $context array_intersect_key($context$_parent) + $_parent;
  166.             // line 39
  167.             yield "          </ul>
  168.         ";
  169.         }
  170.         // line 41
  171.         yield "        </div>
  172.       </div>
  173.     </div>
  174.   </div>
  175. </section>
  176. ";
  177.         // line 48
  178.         yield "<nav class=\"container my-4\" aria-label=\"breadcrumb\">
  179.   <ol class=\"breadcrumb small\">
  180.     <li class=\"breadcrumb-item\"><a href=\"";
  181.         // line 50
  182.         yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app");
  183.         yield "\">Accueil</a></li>
  184.     <li class=\"breadcrumb-item\"><a href=\"";
  185.         // line 51
  186.         yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("o.escapade");
  187.         yield "\">O'escapade</a></li>
  188.     <li class=\"breadcrumb-item active\" aria-current=\"page\">";
  189.         // line 52
  190.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["offer"]) || array_key_exists("offer"$context) ? $context["offer"] : (function () { throw new RuntimeError('Variable "offer" does not exist.'52$this->source); })()), "destination", [], "any"falsefalsefalse52), "name", [], "any"falsefalsefalse52), "html"nulltrue);
  191.         yield "</li>
  192.   </ol>
  193. </nav>
  194. ";
  195.         // line 56
  196.         if ((isset($context["formules"]) || array_key_exists("formules"$context) ? $context["formules"] : (function () { throw new RuntimeError('Variable "formules" does not exist.'56$this->source); })())) {
  197.             // line 60
  198.             yield "<section class=\"container py-5\">
  199.   <h2 class=\"display-6 lh-1 fw-bold txt-ot-green mb-4\">Nos formules O’Escapade</h2>
  200.   <div class=\"row row-cols-1 row-cols-md-2 g-4\">
  201.   ";
  202.             // line 65
  203.             $context['_parent'] = $context;
  204.             $context['_seq'] = CoreExtension::ensureTraversable((isset($context["formules"]) || array_key_exists("formules"$context) ? $context["formules"] : (function () { throw new RuntimeError('Variable "formules" does not exist.'65$this->source); })()));
  205.             foreach ($context['_seq'] as $context["_key"] => $context["f"]) {
  206.                 // line 66
  207.                 yield "    ";
  208.                 // line 67
  209.                 yield "    <div class=\"col\">
  210.       <div class=\"card h-100 border-0 shadow-sm rounded-4 overflow-hidden\">
  211.         <div class=\"card-body p-4\">
  212.           <span class=\"badge bg-ot-green text-white mb-3\">";
  213.                 // line 70
  214.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["f"], "durationLabel", [], "any"falsefalsefalse70), "html"nulltrue);
  215.                 yield "</span>
  216.           <h3 class=\"h5 fw-bold mb-3\">";
  217.                 // line 71
  218.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["f"], "title", [], "any"falsefalsefalse71), "html"nulltrue);
  219.                 yield "</h3>
  220.           <p class=\"small text-muted mb-2\"><i class=\"bi bi-calendar-week\"></i> Départs :</p>
  221.           <ul class=\"small mb-3\">
  222.             ";
  223.                 // line 75
  224.                 $context['_parent'] = $context;
  225.                 $context['_seq'] = CoreExtension::ensureTraversable(Twig\Extension\CoreExtension::split($this->env->getCharset(), CoreExtension::getAttribute($this->env$this->source$context["f"], "departuresText", [], "any"falsefalsefalse75), "
  226. "));
  227.                 foreach ($context['_seq'] as $context["_key"] => $context["line"]) {
  228.                     // line 76
  229.                     yield "                ";
  230.                     if ((!== CoreExtension::compare(Twig\Extension\CoreExtension::trim($context["line"]), ""))) {
  231.                         // line 77
  232.                         yield "                   <li class=\"mb-1\">";
  233.                         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["line"], "html"nulltrue);
  234.                         yield "</li>
  235.                 ";
  236.                     }
  237.                     // line 79
  238.                     yield "            ";
  239.                 }
  240.                 $_parent $context['_parent'];
  241.                 unset($context['_seq'], $context['_iterated'], $context['_key'], $context['line'], $context['_parent'], $context['loop']);
  242.                 $context array_intersect_key($context$_parent) + $_parent;
  243.                 // line 80
  244.                 yield "          </ul>
  245.           <p class=\"small text-muted mb-2\"><i class=\"bi bi-airplane\"></i> Transports :</p>
  246.           <ul class=\"small mb-3\">
  247.             ";
  248.                 // line 84
  249.                 $context['_parent'] = $context;
  250.                 $context['_seq'] = CoreExtension::ensureTraversable(Twig\Extension\CoreExtension::split($this->env->getCharset(), CoreExtension::getAttribute($this->env$this->source$context["f"], "transportText", [], "any"falsefalsefalse84), "
  251. "));
  252.                 foreach ($context['_seq'] as $context["_key"] => $context["line"]) {
  253.                     // line 85
  254.                     yield "                ";
  255.                     if ((!== CoreExtension::compare(Twig\Extension\CoreExtension::trim($context["line"]), ""))) {
  256.                         // line 86
  257.                         yield "                   <li class=\"mb-1\">";
  258.                         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["line"], "html"nulltrue);
  259.                         yield "</li>
  260.                 ";
  261.                     }
  262.                     // line 88
  263.                     yield "            ";
  264.                 }
  265.                 $_parent $context['_parent'];
  266.                 unset($context['_seq'], $context['_iterated'], $context['_key'], $context['line'], $context['_parent'], $context['loop']);
  267.                 $context array_intersect_key($context$_parent) + $_parent;
  268.                 // line 89
  269.                 yield "          </ul>
  270.           <p class=\"text-muted small mb-4\">";
  271.                 // line 91
  272.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["f"], "description", [], "any"falsefalsefalse91), "html"nulltrue);
  273.                 yield "</p>
  274.           <a href=\"";
  275.                 // line 92
  276.                 yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("o.devis");
  277.                 yield "\" class=\"btn btn-outline-ot-green rounded-pill\">Demander un devis</a>
  278.         </div>
  279.       </div>
  280.     </div>
  281.     ";
  282.             }
  283.             $_parent $context['_parent'];
  284.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['f'], $context['_parent'], $context['loop']);
  285.             $context array_intersect_key($context$_parent) + $_parent;
  286.             // line 97
  287.             yield "</section>
  288.   ";
  289.         }
  290.         // line 99
  291.         yield "
  292. ";
  293.         // line 103
  294.         yield "<section class=\"container py-4 py-md-5\">
  295.   <div class=\"row g-4\">
  296.     <div class=\"col-12 col-lg-6\">
  297.       <p class=\"text-muted small mb-1\">";
  298.         // line 106
  299.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["offer"]) || array_key_exists("offer"$context) ? $context["offer"] : (function () { throw new RuntimeError('Variable "offer" does not exist.'106$this->source); })()), "title", [], "any"falsefalsefalse106), "html"nulltrue);
  300.         yield "</p>
  301.       <h2 class=\"display-6 lh-1 fw-bold txt-ot-green mb-3\">Hébergement</h2>
  302.       <p class=\"text-muted\">
  303.         Notre sélection d’hôtels partenaires pour une escapade sans fausse note : confort, localisation idéale et accueil au top.
  304.       </p>
  305.     </div>
  306.   </div>
  307.   <div class=\"row g-3 g-md-4 mt-2\">
  308.     ";
  309.         // line 115
  310.         $context['_parent'] = $context;
  311.         $context['_seq'] = CoreExtension::ensureTraversable((isset($context["offerHebergement"]) || array_key_exists("offerHebergement"$context) ? $context["offerHebergement"] : (function () { throw new RuntimeError('Variable "offerHebergement" does not exist.'115$this->source); })()));
  312.         foreach ($context['_seq'] as $context["_key"] => $context["h"]) {
  313.             // line 116
  314.             yield "      <div class=\"col-12 col-sm-6 col-lg-4\">
  315.         <article class=\"card hotel-card border-0 shadow-sm h-100 rounded-4 overflow-hidden\">
  316.           <a href=\"";
  317.             // line 118
  318.             yield "\" class=\"stretched-link text-decoration-none\">
  319.             <div class=\"ratio ratio-4x3\">
  320.               <img src=\"";
  321.             // line 120
  322.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(((((("img/hotels/" CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["h"], "hebergement", [], "any"falsefalsefalse120), "country", [], "any"falsefalsefalse120), "slug", [], "any"falsefalsefalse120)) . "/") . CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["h"], "hebergement", [], "any"falsefalsefalse120), "slug", [], "any"falsefalsefalse120)) . "/") . CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["h"], "hebergement", [], "any"falsefalsefalse120), "img", [], "any"falsefalsefalse120))), "html"nulltrue);
  323.             yield "\" alt=\"";
  324.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["h"], "hebergement", [], "any"falsefalsefalse120), "name", [], "any"falsefalsefalse120), "html"nulltrue);
  325.             yield " — photo de l’hôtel\" class=\"object-fit-cover w-100 h-100\">
  326.             </div>
  327.             <div class=\"card-body\">
  328.               <h3 class=\"h6 mb-1 d-flex justify-content-between align-items-baseline\">
  329.                 <span class=\"hotel-name\">";
  330.             // line 124
  331.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["h"], "hebergement", [], "any"falsefalsefalse124), "name", [], "any"falsefalsefalse124), "html"nulltrue);
  332.             yield "</span>
  333.                 <span class=\"hotel-price\">à partir de ";
  334.             // line 125
  335.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["h"], "priceFrom", [], "any"falsefalsefalse125), "html"nulltrue);
  336.             yield "€</span>
  337.               </h3>
  338.               <p class=\"small text-muted mb-0\">";
  339.             // line 127
  340.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["h"], "blurb", [], "any"falsefalsefalse127), "html"nulltrue);
  341.             yield "</p>
  342.             </div>
  343.           </a>
  344.         </article>
  345.       </div>
  346.     ";
  347.         }
  348.         $_parent $context['_parent'];
  349.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['h'], $context['_parent'], $context['loop']);
  350.         $context array_intersect_key($context$_parent) + $_parent;
  351.         // line 133
  352.         yield "  </div>
  353. </section>
  354. ";
  355.         // line 136
  356.         if (CoreExtension::getAttribute($this->env$this->source, (isset($context["offer"]) || array_key_exists("offer"$context) ? $context["offer"] : (function () { throw new RuntimeError('Variable "offer" does not exist.'136$this->source); })()), "widget", [], "any"falsefalsefalse136)) {
  357.             // line 137
  358.             yield "<div class=\"container\">
  359.   <h2 class=\"h3 txt-ot-green fw-bold mb-3\">Activités</h2>
  360. <div class=\"widget\">
  361.   ";
  362.             // line 140
  363.             yield CoreExtension::getAttribute($this->env$this->source, (isset($context["offer"]) || array_key_exists("offer"$context) ? $context["offer"] : (function () { throw new RuntimeError('Variable "offer" does not exist.'140$this->source); })()), "widget", [], "any"falsefalsefalse140);
  364.             yield "
  365. </div>
  366. </div>
  367. ";
  368.         }
  369.         // line 144
  370.         yield "
  371. ";
  372.         // line 162
  373.         yield "
  374. ";
  375.         // line 180
  376.         yield "
  377. ";
  378.         // line 184
  379.         yield "<section class=\"py-5 bg-white\">
  380.   <div class=\"container\">
  381.     <header class=\"mb-3\">
  382.       <h2 class=\"h3 txt-ot-green mb-1 fw-bold\">Nos O'offres du moment</h2>
  383.       <p class=\"text-muted mb-0\">Découvrez nos dernières expériences en immersion !</p>
  384.     </header>
  385.     <div class=\"row g-3 g-md-4\">
  386.       ";
  387.         // line 192
  388.         $context["offres"] = [["title" => "Carnaval St Lucie""img" => "carnaval.jpg""url" => "#"], ["title" => "Croisière Caraïbes""img" => "caraibes.jpg""url" => "#"], ["title" => "Spring Break Cancun""img" => "cancun.jpg""url" => "#"], ["title" => "Road trip Route 66""img" => "road-66.jpg""url" => "#"]];
  389.         // line 198
  390.         yield "      ";
  391.         $context['_parent'] = $context;
  392.         $context['_seq'] = CoreExtension::ensureTraversable((isset($context["offres"]) || array_key_exists("offres"$context) ? $context["offres"] : (function () { throw new RuntimeError('Variable "offres" does not exist.'198$this->source); })()));
  393.         foreach ($context['_seq'] as $context["_key"] => $context["o"]) {
  394.             // line 199
  395.             yield "      <div class=\"col-12 col-sm-6 col-lg-3\">
  396.         <article class=\"card card-offer border-0 shadow-sm h-100 overflow-hidden rounded-4\">
  397.           <a href=\"";
  398.             // line 201
  399.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["o"], "url", [], "any"falsefalsefalse201), "html"nulltrue);
  400.             yield "\" class=\"stretched-link text-decoration-none text-white\">
  401.             <div class=\"ratio ratio-4x5\">
  402.               <img src=\"";
  403.             // line 203
  404.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(("img/offre/" CoreExtension::getAttribute($this->env$this->source$context["o"], "img", [], "any"falsefalsefalse203))), "html"nulltrue);
  405.             yield "\" alt=\"";
  406.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["o"], "title", [], "any"falsefalsefalse203), "html"nulltrue);
  407.             yield "\" class=\"object-fit-cover w-100 h-100\">
  408.             </div>
  409.             <div class=\"card-img-overlay d-flex flex-column justify-content-end p-3 p-md-4\">
  410.               <h3 class=\"h5 fw-bold text-white text-shadow-sm mb-3\">";
  411.             // line 206
  412.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["o"], "title", [], "any"falsefalsefalse206), "html"nulltrue);
  413.             yield "</h3>
  414.               <div>
  415.                 <span class=\"btn btn-outline-light btn-sm\">Découvrir</span>
  416.               </div>
  417.             </div>
  418.           </a>
  419.         </article>
  420.       </div>
  421.       ";
  422.         }
  423.         $_parent $context['_parent'];
  424.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['o'], $context['_parent'], $context['loop']);
  425.         $context array_intersect_key($context$_parent) + $_parent;
  426.         // line 215
  427.         yield "    </div>
  428.     <div class=\"section-divider mx-auto my-5\"></div>
  429.   </div>
  430. </section>
  431. ";
  432.         
  433.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  434.         
  435.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  436.         return; yield '';
  437.     }
  438.     // line 223
  439.     public function block_extra_head($context, array $blocks = [])
  440.     {
  441.         $macros $this->macros;
  442.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  443.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""extra_head"));
  444.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  445.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""extra_head"));
  446.         // line 224
  447.         yield "  ";
  448.         yield from $this->yieldParentBlock("extra_head"$context$blocks);
  449.         yield "
  450.   <link rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.css\">
  451.   <style>
  452.     .text-shadow-sm{ text-shadow:0 2px 4px rgba(0,0,0,.35); }
  453.     .text-ot-green{ color: var(--ot-primary, #2ea37a); }
  454.   </style>
  455. ";
  456.         
  457.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  458.         
  459.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  460.         return; yield '';
  461.     }
  462.     /**
  463.      * @codeCoverageIgnore
  464.      */
  465.     public function getTemplateName()
  466.     {
  467.         return "default/escapade-destination.html.twig";
  468.     }
  469.     /**
  470.      * @codeCoverageIgnore
  471.      */
  472.     public function isTraitable()
  473.     {
  474.         return false;
  475.     }
  476.     /**
  477.      * @codeCoverageIgnore
  478.      */
  479.     public function getDebugInfo()
  480.     {
  481.         return array (  495 => 224,  485 => 223,  468 => 215,  453 => 206,  445 => 203,  440 => 201,  436 => 199,  431 => 198,  429 => 192,  419 => 184,  416 => 180,  413 => 162,  410 => 144,  403 => 140,  398 => 137,  396 => 136,  391 => 133,  379 => 127,  374 => 125,  370 => 124,  361 => 120,  357 => 118,  353 => 116,  349 => 115,  337 => 106,  332 => 103,  329 => 99,  325 => 97,  314 => 92,  310 => 91,  306 => 89,  300 => 88,  294 => 86,  291 => 85,  286 => 84,  280 => 80,  274 => 79,  268 => 77,  265 => 76,  260 => 75,  253 => 71,  249 => 70,  244 => 67,  242 => 66,  238 => 65,  231 => 60,  229 => 56,  222 => 52,  218 => 51,  214 => 50,  210 => 48,  202 => 41,  198 => 39,  192 => 38,  186 => 36,  183 => 35,  178 => 34,  174 => 32,  172 => 31,  166 => 28,  162 => 27,  155 => 22,  149 => 20,  143 => 18,  141 => 17,  137 => 15,  134 => 11,  124 => 10,  104 => 8,  84 => 7,  63 => 4,  40 => 2,);
  482.     }
  483.     public function getSourceContext()
  484.     {
  485.         return new Source("{# templates/escapade/show.html.twig #}
  486. {% extends 'base.html.twig' %}
  487. {% block title %}O'Escapade — {{ offer.title }}{% endblock %}
  488. {# Header standard ou overlay si besoin sur le hero #}
  489. {% block header_classes %}header-overlay{% endblock %}
  490. {% block navbar_theme %}navbar-dark{% endblock %}
  491. {% block body %}
  492. {# -----------------------------
  493.    HERO Escapade (avec inclus)
  494. ------------------------------ #}
  495. <section class=\"position-relative text-white\">
  496.   <div class=\"ratio ratio-21x9\">
  497.   {% if offer.img %}
  498.       <img src=\"{{asset('img/offer/' ~ offer.img)}}\" alt=\"Carnaval St Lucie\" class=\"object-fit-cover w-100 h-100\">
  499.   {% else %}
  500.       <img src=\"{{asset('img/destination/' ~ offer.destination.slug  ~ '/' ~ offer.destination.img)}}\" alt=\"Carnaval St Lucie\" class=\"object-fit-cover w-100 h-100\">
  501.   {% endif %}
  502.   </div>
  503.   <div class=\"position-absolute top-0 start-0 w-100 h-100 d-flex align-items-center\">
  504.     <div class=\"container\">
  505.       <div class=\"bg-white text-dark p-4 p-md-5 rounded-4 shadow-sm\" style=\"max-width: 600px;\">
  506.         <h1 class=\"display-5 fw-bold txt-ot-green mb-3\">{{offer.title}}</h1>
  507.         <p class=\"mb-3\">{{offer.subtitle}}</p>
  508.         <div>
  509.         {% if offer.includedText %}
  510.           <h6 class=\"fw-bold txt-ot-green mb-2\">Inclus :</h6>
  511.           <ul class=\"list-unstyled mb-0\">
  512.             {% for line in offer.includedText|split(\"\\n\") %}
  513.                 {% if line|trim != '' %}
  514.                    <li class=\"mb-1\">✔️ {{ line }}</li>
  515.                 {% endif %}
  516.             {% endfor %}
  517.           </ul>
  518.         {% endif %}
  519.         </div>
  520.       </div>
  521.     </div>
  522.   </div>
  523. </section>
  524. {# Fil d'Ariane #}
  525. <nav class=\"container my-4\" aria-label=\"breadcrumb\">
  526.   <ol class=\"breadcrumb small\">
  527.     <li class=\"breadcrumb-item\"><a href=\"{{ path('app') }}\">Accueil</a></li>
  528.     <li class=\"breadcrumb-item\"><a href=\"{{ path('o.escapade') }}\">O'escapade</a></li>
  529.     <li class=\"breadcrumb-item active\" aria-current=\"page\">{{offer.destination.name}}</li>
  530.   </ol>
  531. </nav>
  532. {% if formules %}
  533. {# -----------------------------
  534.    Formules
  535. ------------------------------ #}
  536. <section class=\"container py-5\">
  537.   <h2 class=\"display-6 lh-1 fw-bold txt-ot-green mb-4\">Nos formules O’Escapade</h2>
  538.   <div class=\"row row-cols-1 row-cols-md-2 g-4\">
  539.   {% for f in formules %}
  540.     {# Formule 1 #}
  541.     <div class=\"col\">
  542.       <div class=\"card h-100 border-0 shadow-sm rounded-4 overflow-hidden\">
  543.         <div class=\"card-body p-4\">
  544.           <span class=\"badge bg-ot-green text-white mb-3\">{{f.durationLabel}}</span>
  545.           <h3 class=\"h5 fw-bold mb-3\">{{f.title}}</h3>
  546.           <p class=\"small text-muted mb-2\"><i class=\"bi bi-calendar-week\"></i> Départs :</p>
  547.           <ul class=\"small mb-3\">
  548.             {% for line in f.departuresText|split(\"\\n\") %}
  549.                 {% if line|trim != '' %}
  550.                    <li class=\"mb-1\">{{ line }}</li>
  551.                 {% endif %}
  552.             {% endfor %}
  553.           </ul>
  554.           <p class=\"small text-muted mb-2\"><i class=\"bi bi-airplane\"></i> Transports :</p>
  555.           <ul class=\"small mb-3\">
  556.             {% for line in f.transportText|split(\"\\n\") %}
  557.                 {% if line|trim != '' %}
  558.                    <li class=\"mb-1\">{{ line }}</li>
  559.                 {% endif %}
  560.             {% endfor %}
  561.           </ul>
  562.           <p class=\"text-muted small mb-4\">{{f.description}}</p>
  563.           <a href=\"{{ path('o.devis') }}\" class=\"btn btn-outline-ot-green rounded-pill\">Demander un devis</a>
  564.         </div>
  565.       </div>
  566.     </div>
  567.     {% endfor %}
  568. </section>
  569.   {% endif %}
  570. {# -----------------------------
  571.    SECTION 1 — Hébergement (SÉLECTION D'HÔTELS)
  572. ------------------------------ #}
  573. <section class=\"container py-4 py-md-5\">
  574.   <div class=\"row g-4\">
  575.     <div class=\"col-12 col-lg-6\">
  576.       <p class=\"text-muted small mb-1\">{{offer.title}}</p>
  577.       <h2 class=\"display-6 lh-1 fw-bold txt-ot-green mb-3\">Hébergement</h2>
  578.       <p class=\"text-muted\">
  579.         Notre sélection d’hôtels partenaires pour une escapade sans fausse note : confort, localisation idéale et accueil au top.
  580.       </p>
  581.     </div>
  582.   </div>
  583.   <div class=\"row g-3 g-md-4 mt-2\">
  584.     {% for h in offerHebergement %}
  585.       <div class=\"col-12 col-sm-6 col-lg-4\">
  586.         <article class=\"card hotel-card border-0 shadow-sm h-100 rounded-4 overflow-hidden\">
  587.           <a href=\"{#{ h.url }#}\" class=\"stretched-link text-decoration-none\">
  588.             <div class=\"ratio ratio-4x3\">
  589.               <img src=\"{{asset('img/hotels/' ~ h.hebergement.country.slug ~ '/' ~ h.hebergement.slug ~ '/' ~ h.hebergement.img)}}\" alt=\"{{ h.hebergement.name }} — photo de l’hôtel\" class=\"object-fit-cover w-100 h-100\">
  590.             </div>
  591.             <div class=\"card-body\">
  592.               <h3 class=\"h6 mb-1 d-flex justify-content-between align-items-baseline\">
  593.                 <span class=\"hotel-name\">{{ h.hebergement.name }}</span>
  594.                 <span class=\"hotel-price\">à partir de {{ h.priceFrom }}€</span>
  595.               </h3>
  596.               <p class=\"small text-muted mb-0\">{{ h.blurb }}</p>
  597.             </div>
  598.           </a>
  599.         </article>
  600.       </div>
  601.     {% endfor %}
  602.   </div>
  603. </section>
  604. {% if offer.widget %}
  605. <div class=\"container\">
  606.   <h2 class=\"h3 txt-ot-green fw-bold mb-3\">Activités</h2>
  607. <div class=\"widget\">
  608.   {{offer.widget|raw}}
  609. </div>
  610. </div>
  611. {% endif %}
  612. {# -----------------------------
  613.    SECTION 2 — Parade (texte gauche, image droite)
  614. ------------------------------ 
  615. <section class=\"container py-4 py-md-5\">
  616.   <div class=\"row g-4 align-items-center\">
  617.     <div class=\"col-12 col-lg-6 order-1 order-lg-0\">
  618.       <p class=\"text-muted small mb-1\">{{ escapade.kicker|default('Carnaval St Lucie') }}</p>
  619.       <h2 class=\"display-6 lh-1 fw-bold text-ot-green mb-3\">Parade</h2>
  620.       <p class=\"text-muted\">Lorem Ipsum is simply dummy text of the printing and typesetting industry…</p>
  621.     </div>
  622.     <div class=\"col-12 col-lg-6 order-0 order-lg-1\">
  623.       <div class=\"ratio ratio-4x3 rounded-4 overflow-hidden shadow-sm\">
  624.         <img src=\"{{ asset(escapade.parade_img|default('img/escapade/parade.jpg')) }}\" alt=\"Parade\" class=\"object-fit-cover w-100 h-100\">
  625.       </div>
  626.     </div>
  627.   </div>
  628. </section>#}
  629. {# -----------------------------
  630.    SECTION 3 — Activités (image gauche, texte droite)
  631. ------------------------------ 
  632. <section class=\"container py-4 py-md-5\">
  633.   <div class=\"row g-4 align-items-center\">
  634.     <div class=\"col-12 col-lg-6\">
  635.       <div class=\"ratio ratio-4x3 rounded-4 overflow-hidden shadow-sm\">
  636.         <img src=\"{{ asset(escapade.activites_img|default('img/escapade/activity.jpg')) }}\" alt=\"Activités\" class=\"object-fit-cover w-100 h-100\">
  637.       </div>
  638.     </div>
  639.     <div class=\"col-12 col-lg-6\">
  640.       <p class=\"text-muted small mb-1\">{{ escapade.kicker|default('Carnaval St Lucie') }}</p>
  641.       <h2 class=\"display-6 lh-1 fw-bold text-ot-green mb-3\">Activités</h2>
  642.       <p class=\"text-muted\">Lorem Ipsum is simply dummy text of the printing and typesetting industry…</p>
  643.     </div>
  644.   </div>
  645. </section> #}
  646. {# -----------------------------
  647.    OFFRES DU MOMENT — réutilisation grille cartes maquette
  648. ------------------------------ #}
  649. <section class=\"py-5 bg-white\">
  650.   <div class=\"container\">
  651.     <header class=\"mb-3\">
  652.       <h2 class=\"h3 txt-ot-green mb-1 fw-bold\">Nos O'offres du moment</h2>
  653.       <p class=\"text-muted mb-0\">Découvrez nos dernières expériences en immersion !</p>
  654.     </header>
  655.     <div class=\"row g-3 g-md-4\">
  656.       {% set offres = [
  657.         { title: 'Carnaval St Lucie', img: 'carnaval.jpg', url: '#' },
  658.         { title: 'Croisière Caraïbes', img: 'caraibes.jpg', url: '#' },
  659.         { title: 'Spring Break Cancun', img: 'cancun.jpg', url: '#' },
  660.         { title: 'Road trip Route 66', img: 'road-66.jpg', url: '#' }
  661.       ] %}
  662.       {% for o in offres %}
  663.       <div class=\"col-12 col-sm-6 col-lg-3\">
  664.         <article class=\"card card-offer border-0 shadow-sm h-100 overflow-hidden rounded-4\">
  665.           <a href=\"{{ o.url }}\" class=\"stretched-link text-decoration-none text-white\">
  666.             <div class=\"ratio ratio-4x5\">
  667.               <img src=\"{{ asset('img/offre/' ~ o.img) }}\" alt=\"{{ o.title }}\" class=\"object-fit-cover w-100 h-100\">
  668.             </div>
  669.             <div class=\"card-img-overlay d-flex flex-column justify-content-end p-3 p-md-4\">
  670.               <h3 class=\"h5 fw-bold text-white text-shadow-sm mb-3\">{{ o.title }}</h3>
  671.               <div>
  672.                 <span class=\"btn btn-outline-light btn-sm\">Découvrir</span>
  673.               </div>
  674.             </div>
  675.           </a>
  676.         </article>
  677.       </div>
  678.       {% endfor %}
  679.     </div>
  680.     <div class=\"section-divider mx-auto my-5\"></div>
  681.   </div>
  682. </section>
  683. {% endblock %}
  684. {% block extra_head %}
  685.   {{ parent() }}
  686.   <link rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.css\">
  687.   <style>
  688.     .text-shadow-sm{ text-shadow:0 2px 4px rgba(0,0,0,.35); }
  689.     .text-ot-green{ color: var(--ot-primary, #2ea37a); }
  690.   </style>
  691. {% endblock %}
  692. ""default/escapade-destination.html.twig""/home/ladomitiyc/otropik/templates/default/escapade-destination.html.twig");
  693.     }
  694. }