var/cache/dev/twig/92/92132aaa432c8aa15c426f0b3fdbdb9a1795a7aebd544f10d88eeda82ce5e860.php line 119

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* commons/footer-external.html.twig */
  14. class __TwigTemplate_53dc9d0c0f0a5ed10ef876c9d50cc4dbd733965a91d74f1ffe1948452a77bfdc extends Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->parent false;
  23.         $this->blocks = [
  24.             'footer' => [$this'block_footer'],
  25.         ];
  26.     }
  27.     protected function doDisplay(array $context, array $blocks = [])
  28.     {
  29.         $macros $this->macros;
  30.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  31.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""commons/footer-external.html.twig"));
  32.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  33.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""commons/footer-external.html.twig"));
  34.         // line 2
  35.         echo "
  36. ";
  37.         // line 3
  38.         $this->displayBlock('footer'$context$blocks);
  39.         // line 128
  40.         echo "
  41. ";
  42.         
  43.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  44.         
  45.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  46.     }
  47.     // line 3
  48.     public function block_footer($context, array $blocks = [])
  49.     {
  50.         $macros $this->macros;
  51.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  52.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""footer"));
  53.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  54.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""footer"));
  55.         // line 4
  56.         echo "<footer>
  57.     <div class=\"footer-header\">
  58.         ";
  59.         // line 6
  60.         $context["footerHeaderElements"] = ["dollar-tag""insurance""hand""computer"];
  61.         // line 7
  62.         echo "        ";
  63.         $context['_parent'] = $context;
  64.         $context['_seq'] = twig_ensure_traversable((isset($context["footerHeaderElements"]) || array_key_exists("footerHeaderElements"$context) ? $context["footerHeaderElements"] : (function () { throw new RuntimeError('Variable "footerHeaderElements" does not exist.'7$this->source); })()));
  65.         foreach ($context['_seq'] as $context["_key"] => $context["element"]) {
  66.             // line 8
  67.             echo "        <div class=\"footer-header-element\">
  68.             <img class=\"element-picture ";
  69.             // line 9
  70.             echo twig_escape_filter($this->env, ("picture-" $context["element"]), "html"nulltrue);
  71.             echo "\" src=\"";
  72.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl((("build/images/footer/" $context["element"]) . ".svg")), "html"nulltrue);
  73.             echo "\" alt=\"Assurboat\" />
  74.             <p class=\"element-label\">";
  75.             // line 10
  76.             echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(("header." $context["element"]), [], "footer");
  77.             echo "</p>
  78.         </div>
  79.         ";
  80.         }
  81.         $_parent $context['_parent'];
  82.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['element'], $context['_parent'], $context['loop']);
  83.         $context array_intersect_key($context$_parent) + $_parent;
  84.         // line 13
  85.         echo "    </div>
  86.     ";
  87.         // line 16
  88.         $context["src"] = $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/images/footer/default_quote_cover.jpeg");
  89.         // line 17
  90.         echo "    ";
  91.         $context["alt"] = "Assurboat";
  92.         // line 18
  93.         echo "    ";
  94.         $context["quote"] = $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("quote.default_quote", [], "footer");
  95.         // line 19
  96.         echo "    ";
  97.         $context["quoteAuthor"] = $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("quote.default_author", [], "footer");
  98.         // line 20
  99.         echo "    ";
  100.         if ((array_key_exists("page"$context) && (isset($context["page"]) || array_key_exists("page"$context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.'20$this->source); })()))) {
  101.             // line 21
  102.             echo "        ";
  103.             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.'21$this->source); })()), "quoteCoverName", [], "any"falsefalsefalse21)) {
  104.                 // line 22
  105.                 echo "            ";
  106.                 $context["src"] = $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl($this->env->getRuntime('Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime')->asset((isset($context["page"]) || array_key_exists("page"$context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.'22$this->source); })()), "quoteCoverFile"));
  107.                 // line 23
  108.                 echo "        ";
  109.             }
  110.             // line 24
  111.             echo "        ";
  112.             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.'24$this->source); })()), "quoteCoverAlt", [], "any"falsefalsefalse24)) {
  113.                 // line 25
  114.                 echo "            ";
  115.                 $context["alt"] = 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.'25$this->source); })()), "quoteCoverAlt", [], "any"falsefalsefalse25);
  116.                 // line 26
  117.                 echo "        ";
  118.             }
  119.             // line 27
  120.             echo "        ";
  121.             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.'27$this->source); })()), "quote", [], "any"falsefalsefalse27)) {
  122.                 // line 28
  123.                 echo "            ";
  124.                 $context["quote"] = 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.'28$this->source); })()), "quote", [], "any"falsefalsefalse28);
  125.                 // line 29
  126.                 echo "            ";
  127.                 $context["quoteAuthor"] = 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.'29$this->source); })()), "quoteAuthor", [], "any"falsefalsefalse29);
  128.                 // line 30
  129.                 echo "        ";
  130.             }
  131.             // line 31
  132.             echo "    ";
  133.         }
  134.         // line 32
  135.         echo "    <div class=\"footer-quote\">
  136.         <img class=\"footer-quote-background\" src=\"";
  137.         // line 33
  138.         echo twig_escape_filter($this->env, (isset($context["src"]) || array_key_exists("src"$context) ? $context["src"] : (function () { throw new RuntimeError('Variable "src" does not exist.'33$this->source); })()), "html"nulltrue);
  139.         echo "\" alt=\"";
  140.         echo twig_escape_filter($this->env, (isset($context["alt"]) || array_key_exists("alt"$context) ? $context["alt"] : (function () { throw new RuntimeError('Variable "alt" does not exist.'33$this->source); })()), "html"nulltrue);
  141.         echo "\" />
  142.         <div class=\"footer-quote-overlay\">
  143.             <div class=\"quote-wrapper\">
  144.                 <div class=\"quote\">";
  145.         // line 36
  146.         echo twig_escape_filter($this->env, (isset($context["quote"]) || array_key_exists("quote"$context) ? $context["quote"] : (function () { throw new RuntimeError('Variable "quote" does not exist.'36$this->source); })()), "html"nulltrue);
  147.         echo "</div>
  148.                 <div class=\"quote-author\">";
  149.         // line 37
  150.         echo twig_escape_filter($this->env, (isset($context["quoteAuthor"]) || array_key_exists("quoteAuthor"$context) ? $context["quoteAuthor"] : (function () { throw new RuntimeError('Variable "quoteAuthor" does not exist.'37$this->source); })()), "html"nulltrue);
  151.         echo "</div>
  152.             </div>
  153.             <img class=\"footer-quote-waves\" src=\"";
  154.         // line 39
  155.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/images/footer/wave.svg"), "html"nulltrue);
  156.         echo "\" alt=\"Assurboat\" />
  157.         </div>
  158.     </div>
  159.     <div class=\"footer-quotation\">
  160.         <div class=\"footer-quotation-card\">
  161.             <div class=\"footer-quotation-card-text\">
  162.                 ";
  163.         // line 46
  164.         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("quotation.text", [], "footer");
  165.         echo "
  166.             </div>
  167.             <a href=\"";
  168.         // line 48
  169.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_contact_show");
  170.         echo "\" class=\"button\">";
  171.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("quotation.button", [], "footer"), "html"nulltrue);
  172.         echo "</a>
  173.         </div>
  174.     </div>
  175.     <div class=\"footer-links\">
  176.         <div class=\"footer-links-info\">
  177.             <img class=\"logo\" src=\"";
  178.         // line 54
  179.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/images/logo.png"), "html"nulltrue);
  180.         echo "\" alt=\"Assurboat\" />
  181.             <div class=\"address-block\">
  182.                 <i class=\"fa-regular fa-map\"></i>
  183.                 <div>
  184.                     ";
  185.         // line 58
  186.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["siteSettings"]) || array_key_exists("siteSettings"$context) ? $context["siteSettings"] : (function () { throw new RuntimeError('Variable "siteSettings" does not exist.'58$this->source); })()), "addressStreet", [], "any"falsefalsefalse58), "html"nulltrue);
  187.         echo "<br />
  188.                     <nobr>";
  189.         // line 59
  190.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["siteSettings"]) || array_key_exists("siteSettings"$context) ? $context["siteSettings"] : (function () { throw new RuntimeError('Variable "siteSettings" does not exist.'59$this->source); })()), "zipcode", [], "any"falsefalsefalse59), "html"nulltrue);
  191.         echo " ";
  192.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["siteSettings"]) || array_key_exists("siteSettings"$context) ? $context["siteSettings"] : (function () { throw new RuntimeError('Variable "siteSettings" does not exist.'59$this->source); })()), "city", [], "any"falsefalsefalse59), "html"nulltrue);
  193.         echo "</nobr><br />
  194.                     FRANCE
  195.                 </div>
  196.             </div>
  197.             <div class=\"address-block\">
  198.                 <i class=\"fa-regular fa-envelope\"></i>
  199.                 <div>
  200.                     <a href=\"";
  201.         // line 66
  202.         echo twig_escape_filter($this->env$this->extensions['Cofondateur\SocleTechniqueBundle\Twig\AppExtension']->mailto(twig_get_attribute($this->env$this->source, (isset($context["siteSettings"]) || array_key_exists("siteSettings"$context) ? $context["siteSettings"] : (function () { throw new RuntimeError('Variable "siteSettings" does not exist.'66$this->source); })()), "email", [], "any"falsefalsefalse66), true), "html"nulltrue);
  203.         echo "\">";
  204.         echo twig_escape_filter($this->env$this->extensions['Cofondateur\SocleTechniqueBundle\Twig\AppExtension']->mailto(twig_get_attribute($this->env$this->source, (isset($context["siteSettings"]) || array_key_exists("siteSettings"$context) ? $context["siteSettings"] : (function () { throw new RuntimeError('Variable "siteSettings" does not exist.'66$this->source); })()), "email", [], "any"falsefalsefalse66)), "html"nulltrue);
  205.         echo "</a>
  206.                 </div>
  207.             </div>
  208.             <div class=\"address-block\">
  209.                 <i class=\"fa fa-phone\"></i>
  210.                 <div>
  211.                     <a href=\"tel:";
  212.         // line 72
  213.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["siteSettings"]) || array_key_exists("siteSettings"$context) ? $context["siteSettings"] : (function () { throw new RuntimeError('Variable "siteSettings" does not exist.'72$this->source); })()), "phone", [], "any"falsefalsefalse72), "html"nulltrue);
  214.         echo "\">";
  215.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["siteSettings"]) || array_key_exists("siteSettings"$context) ? $context["siteSettings"] : (function () { throw new RuntimeError('Variable "siteSettings" does not exist.'72$this->source); })()), "phone", [], "any"falsefalsefalse72), "html"nulltrue);
  216.         echo "</a>
  217.                 </div>
  218.             </div>
  219.             <div class=\"social-networks\">
  220.                 <a href=\"\">
  221.                     <i class=\"fa-brands fa-facebook-f\"></i>
  222.                 </a>
  223.                 <a href=\"\">
  224.                     <i class=\"fa-brands fa-instagram\"></i>
  225.                 </a>
  226.                 <a href=\"\">
  227.                     <i class=\"fa-brands fa-linkedin-in\"></i>
  228.                 </a>
  229.             </div>
  230.         </div>
  231.         <div class=\"footer-links-links\">
  232.             <div class=\"links-block links-generals\">
  233.                 <a class=\"link-title\" href=\"";
  234.         // line 89
  235.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_presentation_index");
  236.         echo "\">";
  237.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("links.about", [], "footer"), "html"nulltrue);
  238.         echo "</a>
  239.                 <a class=\"small-link\" href=\"";
  240.         // line 90
  241.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_presentation_index");
  242.         echo "\">";
  243.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("links.presentation", [], "footer"), "html"nulltrue);
  244.         echo "</a>
  245. ";
  246.         // line 92
  247.         echo "                <a class=\"link-title\" href=\"";
  248.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_actuality_list");
  249.         echo "\">";
  250.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("links.articles", [], "footer"), "html"nulltrue);
  251.         echo "</a>
  252. ";
  253.         // line 94
  254.         echo "                <a class=\"link-title\" href=\"";
  255.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_contact_show");
  256.         echo "\">";
  257.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("links.contact", [], "footer"), "html"nulltrue);
  258.         echo "</a>
  259.             </div>
  260.             <div class=\"links-block links-offers\">
  261.                 <span class=\"link-title\">";
  262.         // line 97
  263.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("links.offers", [], "footer"), "html"nulltrue);
  264.         echo "</span>
  265.                 <a class=\"medium-link\" href=\"";
  266.         // line 98
  267.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_maritime_index");
  268.         echo "\">";
  269.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("links.offers_sea", [], "footer"), "html"nulltrue);
  270.         echo "</a>
  271.                 ";
  272.         // line 99
  273.         $context['_parent'] = $context;
  274.         $context['_seq'] = twig_ensure_traversable($this->extensions['App\Twig\AppExtension']->getMaritimeCategory());
  275.         foreach ($context['_seq'] as $context["_key"] => $context["category"]) {
  276.             // line 100
  277.             echo "                    <a href=\"";
  278.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_maritime_category_show", ["slug" => twig_get_attribute($this->env$this->source$context["category"], "slug", [], "any"falsefalsefalse100)]), "html"nulltrue);
  279.             echo "\" class=\"small-link\">";
  280.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["category"], "title", [], "any"falsefalsefalse100), "html"nulltrue);
  281.             echo "</a>
  282.                 ";
  283.         }
  284.         $_parent $context['_parent'];
  285.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['category'], $context['_parent'], $context['loop']);
  286.         $context array_intersect_key($context$_parent) + $_parent;
  287.         // line 102
  288.         echo "
  289.                 <a class=\"medium-link\" href=\"";
  290.         // line 103
  291.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_fluvial_index");
  292.         echo "\">";
  293.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("links.offers_river", [], "footer"), "html"nulltrue);
  294.         echo "</a>
  295.                 ";
  296.         // line 104
  297.         $context['_parent'] = $context;
  298.         $context['_seq'] = twig_ensure_traversable($this->extensions['App\Twig\AppExtension']->getFluvialCategory());
  299.         foreach ($context['_seq'] as $context["_key"] => $context["category"]) {
  300.             // line 105
  301.             echo "                    <a href=\"";
  302.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_fluvial_category_show", ["slug" => twig_get_attribute($this->env$this->source$context["category"], "slug", [], "any"falsefalsefalse105)]), "html"nulltrue);
  303.             echo "\" class=\"small-link\">";
  304.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["category"], "title", [], "any"falsefalsefalse105), "html"nulltrue);
  305.             echo "</a>
  306.                 ";
  307.         }
  308.         $_parent $context['_parent'];
  309.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['category'], $context['_parent'], $context['loop']);
  310.         $context array_intersect_key($context$_parent) + $_parent;
  311.         // line 107
  312.         echo "            </div>
  313.             <div class=\"links-block links-services\">
  314.                 <a class=\"link-title\" href=\"";
  315.         // line 109
  316.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_services_index");
  317.         echo "\">";
  318.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("links.services", [], "footer"), "html"nulltrue);
  319.         echo "</a>
  320.                 ";
  321.         // line 110
  322.         $context['_parent'] = $context;
  323.         $context['_seq'] = twig_ensure_traversable($this->extensions['App\Twig\AppExtension']->getServices());
  324.         foreach ($context['_seq'] as $context["_key"] => $context["service"]) {
  325.             // line 111
  326.             echo "                    <a href=\"";
  327.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_services_index");
  328.             echo "#";
  329.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["service"], "slug", [], "any"falsefalsefalse111), "html"nulltrue);
  330.             echo "\" class=\"small-link\">";
  331.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["service"], "title", [], "any"falsefalsefalse111), "html"nulltrue);
  332.             echo "</a>
  333.                 ";
  334.         }
  335.         $_parent $context['_parent'];
  336.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['service'], $context['_parent'], $context['loop']);
  337.         $context array_intersect_key($context$_parent) + $_parent;
  338.         // line 113
  339.         echo "            </div>
  340.         </div>
  341.     </div>
  342.     <div class=\"footer-bottom-row\">
  343.         <div class=\"footer-bottom-row-content\">
  344.             ";
  345.         // line 119
  346.         $context["bottomLinks"] = ["app_confidentiality""app_legal_terms""app_sitemap"];
  347.         // line 120
  348.         echo "            ";
  349.         $context['_parent'] = $context;
  350.         $context['_seq'] = twig_ensure_traversable((isset($context["bottomLinks"]) || array_key_exists("bottomLinks"$context) ? $context["bottomLinks"] : (function () { throw new RuntimeError('Variable "bottomLinks" does not exist.'120$this->source); })()));
  351.         foreach ($context['_seq'] as $context["_key"] => $context["link"]) {
  352.             // line 121
  353.             echo "                <p><a href=\"";
  354.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath($context["link"]);
  355.             echo "\">";
  356.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(("bottom_links." $context["link"]), [], "footer"), "html"nulltrue);
  357.             echo "</a></p>
  358.             ";
  359.         }
  360.         $_parent $context['_parent'];
  361.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['link'], $context['_parent'], $context['loop']);
  362.         $context array_intersect_key($context$_parent) + $_parent;
  363.         // line 123
  364.         echo "            <p>";
  365.         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("bottom_links.disclaimer", ["%date%" => twig_date_format_filter($this->env"now""Y"), "%siteTitle%" => (isset($context["siteTitle"]) || array_key_exists("siteTitle"$context) ? $context["siteTitle"] : (function () { throw new RuntimeError('Variable "siteTitle" does not exist.'123$this->source); })())], "footer");
  366.         echo "</p>
  367.         </div>
  368.     </div>
  369. </footer>
  370. ";
  371.         
  372.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  373.         
  374.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  375.     }
  376.     /**
  377.      * @codeCoverageIgnore
  378.      */
  379.     public function getTemplateName()
  380.     {
  381.         return "commons/footer-external.html.twig";
  382.     }
  383.     /**
  384.      * @codeCoverageIgnore
  385.      */
  386.     public function getDebugInfo()
  387.     {
  388.         return array (  383 => 123,  372 => 121,  367 => 120,  365 => 119,  357 => 113,  344 => 111,  340 => 110,  334 => 109,  330 => 107,  319 => 105,  315 => 104,  309 => 103,  306 => 102,  295 => 100,  291 => 99,  285 => 98,  281 => 97,  272 => 94,  265 => 92,  259 => 90,  253 => 89,  231 => 72,  220 => 66,  208 => 59,  204 => 58,  197 => 54,  186 => 48,  181 => 46,  171 => 39,  166 => 37,  162 => 36,  154 => 33,  151 => 32,  148 => 31,  145 => 30,  142 => 29,  139 => 28,  136 => 27,  133 => 26,  130 => 25,  127 => 24,  124 => 23,  121 => 22,  118 => 21,  115 => 20,  112 => 19,  109 => 18,  106 => 17,  104 => 16,  99 => 13,  90 => 10,  84 => 9,  81 => 8,  76 => 7,  74 => 6,  70 => 4,  60 => 3,  49 => 128,  47 => 3,  44 => 2,);
  389.     }
  390.     public function getSourceContext()
  391.     {
  392.         return new Source("{% trans_default_domain 'footer' %}
  393. {% block footer %}
  394. <footer>
  395.     <div class=\"footer-header\">
  396.         {% set footerHeaderElements = ['dollar-tag', 'insurance', 'hand', 'computer'] %}
  397.         {% for element in footerHeaderElements %}
  398.         <div class=\"footer-header-element\">
  399.             <img class=\"element-picture {{ \"picture-\" ~ element }}\" src=\"{{ asset('build/images/footer/' ~ element ~ '.svg') }}\" alt=\"Assurboat\" />
  400.             <p class=\"element-label\">{{ ( 'header.' ~ element )|trans|raw }}</p>
  401.         </div>
  402.         {% endfor %}
  403.     </div>
  404.     {% set src = asset('build/images/footer/default_quote_cover.jpeg') %}
  405.     {% set alt = 'Assurboat' %}
  406.     {% set quote = 'quote.default_quote'|trans %}
  407.     {% set quoteAuthor = 'quote.default_author'|trans %}
  408.     {% if page is defined and page %}
  409.         {% if page.quoteCoverName %}
  410.             {% set src = asset(vich_uploader_asset(page, 'quoteCoverFile')) %}
  411.         {% endif %}
  412.         {% if page.quoteCoverAlt %}
  413.             {% set alt = page.quoteCoverAlt %}
  414.         {% endif %}
  415.         {% if page.quote %}
  416.             {% set quote = page.quote %}
  417.             {% set quoteAuthor = page.quoteAuthor %}
  418.         {% endif %}
  419.     {% endif %}
  420.     <div class=\"footer-quote\">
  421.         <img class=\"footer-quote-background\" src=\"{{ src }}\" alt=\"{{ alt }}\" />
  422.         <div class=\"footer-quote-overlay\">
  423.             <div class=\"quote-wrapper\">
  424.                 <div class=\"quote\">{{ quote }}</div>
  425.                 <div class=\"quote-author\">{{ quoteAuthor }}</div>
  426.             </div>
  427.             <img class=\"footer-quote-waves\" src=\"{{ asset('build/images/footer/wave.svg') }}\" alt=\"Assurboat\" />
  428.         </div>
  429.     </div>
  430.     <div class=\"footer-quotation\">
  431.         <div class=\"footer-quotation-card\">
  432.             <div class=\"footer-quotation-card-text\">
  433.                 {{ 'quotation.text'|trans|raw }}
  434.             </div>
  435.             <a href=\"{{ path('app_contact_show') }}\" class=\"button\">{{ 'quotation.button'|trans }}</a>
  436.         </div>
  437.     </div>
  438.     <div class=\"footer-links\">
  439.         <div class=\"footer-links-info\">
  440.             <img class=\"logo\" src=\"{{ asset('build/images/logo.png') }}\" alt=\"Assurboat\" />
  441.             <div class=\"address-block\">
  442.                 <i class=\"fa-regular fa-map\"></i>
  443.                 <div>
  444.                     {{ siteSettings.addressStreet }}<br />
  445.                     <nobr>{{ siteSettings.zipcode }} {{ siteSettings.city }}</nobr><br />
  446.                     FRANCE
  447.                 </div>
  448.             </div>
  449.             <div class=\"address-block\">
  450.                 <i class=\"fa-regular fa-envelope\"></i>
  451.                 <div>
  452.                     <a href=\"{{ siteSettings.email|mailto(true) }}\">{{ siteSettings.email|mailto }}</a>
  453.                 </div>
  454.             </div>
  455.             <div class=\"address-block\">
  456.                 <i class=\"fa fa-phone\"></i>
  457.                 <div>
  458.                     <a href=\"tel:{{ siteSettings.phone }}\">{{ siteSettings.phone }}</a>
  459.                 </div>
  460.             </div>
  461.             <div class=\"social-networks\">
  462.                 <a href=\"\">
  463.                     <i class=\"fa-brands fa-facebook-f\"></i>
  464.                 </a>
  465.                 <a href=\"\">
  466.                     <i class=\"fa-brands fa-instagram\"></i>
  467.                 </a>
  468.                 <a href=\"\">
  469.                     <i class=\"fa-brands fa-linkedin-in\"></i>
  470.                 </a>
  471.             </div>
  472.         </div>
  473.         <div class=\"footer-links-links\">
  474.             <div class=\"links-block links-generals\">
  475.                 <a class=\"link-title\" href=\"{{ path('app_presentation_index') }}\">{{ 'links.about'|trans }}</a>
  476.                 <a class=\"small-link\" href=\"{{ path('app_presentation_index') }}\">{{ 'links.presentation'|trans }}</a>
  477. {#                <a class=\"small-link\" href=\"{{ path('app_valeur_engagement_index') }}\">{{ 'links.values'|trans }}</a>#}
  478.                 <a class=\"link-title\" href=\"{{ path('app_actuality_list') }}\">{{ 'links.articles'|trans }}</a>
  479. {#                <a class=\"link-title\" href=\"{{ path('app_testimony_list') }}\">{{ 'links.golden_book'|trans }}</a>#}
  480.                 <a class=\"link-title\" href=\"{{ path('app_contact_show') }}\">{{ 'links.contact'|trans }}</a>
  481.             </div>
  482.             <div class=\"links-block links-offers\">
  483.                 <span class=\"link-title\">{{ 'links.offers'|trans }}</span>
  484.                 <a class=\"medium-link\" href=\"{{ path('app_maritime_index') }}\">{{ 'links.offers_sea'|trans }}</a>
  485.                 {% for category in getMaritimeCategory() %}
  486.                     <a href=\"{{ path('app_maritime_category_show', {slug: category.slug}) }}\" class=\"small-link\">{{ category.title }}</a>
  487.                 {% endfor %}
  488.                 <a class=\"medium-link\" href=\"{{ path('app_fluvial_index') }}\">{{ 'links.offers_river'|trans }}</a>
  489.                 {% for category in getFluvialCategory() %}
  490.                     <a href=\"{{ path('app_fluvial_category_show', {slug: category.slug}) }}\" class=\"small-link\">{{ category.title }}</a>
  491.                 {% endfor %}
  492.             </div>
  493.             <div class=\"links-block links-services\">
  494.                 <a class=\"link-title\" href=\"{{ path('app_services_index') }}\">{{ 'links.services'|trans }}</a>
  495.                 {% for service in getServices() %}
  496.                     <a href=\"{{ path('app_services_index') }}#{{ service.slug }}\" class=\"small-link\">{{ service.title }}</a>
  497.                 {% endfor %}
  498.             </div>
  499.         </div>
  500.     </div>
  501.     <div class=\"footer-bottom-row\">
  502.         <div class=\"footer-bottom-row-content\">
  503.             {% set bottomLinks = ['app_confidentiality', 'app_legal_terms', 'app_sitemap'] %}
  504.             {% for link in bottomLinks %}
  505.                 <p><a href=\"{{ path(link) }}\">{{ ('bottom_links.' ~ link)|trans }}</a></p>
  506.             {% endfor %}
  507.             <p>{{ 'bottom_links.disclaimer'|trans({'%date%': ('now' | date('Y')), '%siteTitle%': siteTitle})|raw }}</p>
  508.         </div>
  509.     </div>
  510. </footer>
  511. {% endblock %}
  512. ""commons/footer-external.html.twig""/home/assurboat/assurboat/templates/commons/footer-external.html.twig");
  513.     }
  514. }