var/cache/dev/twig/ac/ac093f130386dbb8a0561091be6fd7c19ec360328896cd50008d93f859d900a2.php line 54

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. /* base.html.twig */
  14. class __TwigTemplate_22a404848e6412d8c77fcefd0fe036fe205cf2ca654c240d09dcef24d74e2986 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.             'title' => [$this'block_title'],
  25.             'body' => [$this'block_body'],
  26.         ];
  27.     }
  28.     protected function doDisplay(array $context, array $blocks = [])
  29.     {
  30.         $macros $this->macros;
  31.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  32.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""base.html.twig"));
  33.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  34.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""base.html.twig"));
  35.         // line 1
  36.         echo "<!DOCTYPE html>
  37. <html lang=\"en\">
  38. <head>
  39. <meta charset=\"utf-8\">
  40. <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">
  41. <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">
  42. <meta name=\"author\" content=\"AREADY.IO\">
  43. ";
  44.         // line 8
  45.         $this->displayBlock('title'$context$blocks);
  46.         // line 9
  47.         echo "
  48. <link href=\"";
  49.         // line 11
  50.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/bootstrap.min.css"), "html"nulltrue);
  51.         echo "\" rel=\"stylesheet\">
  52. <link rel=\"stylesheet\" href=\"";
  53.         // line 12
  54.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/font-awesome.min.css"), "html"nulltrue);
  55.         echo "\">
  56. <link rel=\"stylesheet\" href=\"";
  57.         // line 13
  58.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/animate.css"), "html"nulltrue);
  59.         echo "\">
  60. <link rel=\"stylesheet\" href=\"";
  61.         // line 14
  62.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/flexslider.css"), "html"nulltrue);
  63.         echo "\">
  64. <link rel=\"stylesheet\" href=\"";
  65.         // line 15
  66.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/main.css"), "html"nulltrue);
  67.         echo "\">
  68. <link rel=\"stylesheet\" href=\"";
  69.         // line 16
  70.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/responsive.css"), "html"nulltrue);
  71.         echo "\">
  72. <link href=\"https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700\" rel=\"stylesheet\">
  73. <link href=\"https://fonts.googleapis.com/css?family=Raleway:200,200i,300,300i,400,500,600,700,800,900\" rel=\"stylesheet\">
  74. <link rel=\"icon\" href=\"";
  75.         // line 21
  76.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/ico/favicon.ico"), "html"nulltrue);
  77.         echo "\">
  78. <link rel=\"apple-touch-icon\" sizes=\"144x144\" href=\"https://demo.themeregion.com/images/ico/apple-touch-icon-144.png\">
  79. <link rel=\"apple-touch-icon\" sizes=\"114x114\" href=\"https://demo.themeregion.com/images/ico/apple-touch-icon-114.png\">
  80. <link rel=\"apple-touch-icon\" sizes=\"72x72\" href=\"https://demo.themeregion.com/images/ico/apple-touch-icon-72.png\">
  81. <link rel=\"apple-touch-icon\" sizes=\"57x57\" href=\"https://demo.themeregion.com/images/ico/apple-touch-icon-57.png\">
  82. <style>
  83. .theme-menu ul li a:link, .theme-menu ul li a:visited, .login-signup ul li a:link, .login-signup ul li a:visited {
  84.   display: block;
  85.   font-weight: 400;
  86.   font-size: 14px !important;
  87.   color: #fff;
  88.   text-transform: uppercase;
  89.   padding: 16px 15px;
  90. }
  91. .cke_notifications_area {
  92.   pointer-events: none;
  93.   display: none;
  94. }
  95. .navbar-default ul.sub-menu li a
  96. {
  97. \tcolor:#000
  98. }
  99. </style>
  100. <!--[if lt IE 9]>
  101. \t\t<script src=\"https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js\"></script>
  102. \t\t<script src=\"https://oss.maxcdn.com/respond/1.4.2/respond.min.js\"></script>
  103. \t\t<![endif]-->
  104. </head>
  105. <body class=\"tr-homepage\">
  106. <div class=\"container\">
  107. <div class=\"logo-search header-two clearfix\">
  108. <div class=\"logo\">
  109. <h1>
  110. <a href=\"";
  111.         // line 59
  112.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_default");
  113.         echo "\"> <img src=\"";
  114.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/Logo HD.jpg"), "html"nulltrue);
  115.         echo "\" width=\"100\" style=\"max-width:150px\" alt=\"logo lion club laclaireau\" title=\"logo lion club laclaireau\">
  116. </a>
  117. </h1>
  118. </div>
  119. <div class=\"ticker-flexslider\">
  120. <div class=\"flex-viewport\" style=\"float:right\">
  121. ";
  122.         // line 66
  123.         if ((twig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'66$this->source); })()), "user", [], "any"falsefalsefalse66) && $this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("ROLE_ADMIN"))) {
  124.             // line 67
  125.             echo "<a href=\"";
  126.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("exportPdf");
  127.             echo "\"><button type=\"button\" class=\"btn btn-warning\">Exporter les achats</button></a>
  128. <br><br>
  129. ";
  130.         }
  131.         // line 70
  132.         echo "
  133. ";
  134.         // line 71
  135.         if (twig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'71$this->source); })()), "user", [], "any"falsefalsefalse71)) {
  136.             // line 72
  137.             echo "<a href=\"";
  138.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("panier");
  139.             echo "\">
  140. <button type=\"button\" onclick=\"addPanier()\" class=\"btn btn-info\"><i class='fa fa-cart-plus'></i> Voir mon panier</button>
  141. </a>
  142. ";
  143.         } else {
  144.             // line 79
  145.             echo "<a href=\"";
  146.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_login");
  147.             echo "\">
  148. <button type=\"button\"  class=\"btn btn-info\"><i class='fa fa-user'></i> Je me connecte</button>
  149. </a>
  150. ";
  151.         }
  152.         // line 84
  153.         echo "
  154. </div>
  155. </div>
  156. <!--<div class=\"search-form\">
  157. <form action=\"#\" method=\"get\" id=\"searchform\">
  158. <input type=\"text\" id=\"s\" name=\"s\" value=\"\" placeholder=\"Ecrire un mot clé\">
  159. <input type=\"submit\" class=\"search-submit\" value=\"Search\">
  160. </form>
  161. </div>-->
  162. </div>
  163. </div>
  164. <header id=\"header\" class=\"clearfix\">
  165. <div class=\"navbar navbar-default navbar-expand-lg\">
  166. <nav class=\"container\">
  167. <button class=\"navbar-toggler\" type=\"button\" data-toggle=\"collapse\" data-target=\"#navbarNav\" aria-controls=\"navbarNav\" aria-expanded=\"false\" aria-label=\"Toggle navigation\">
  168. <span class=\"navbar-toggler-icon\"><i class=\"fa fa-align-justify\"></i></span>
  169. </button>
  170. <div class=\"navbar-left\">
  171. <div class=\"navbar-collapse collapse\" id=\"navbarNav\">
  172. <div id=\"dropdown\" class=\"theme-menu nav navbar-nav\">
  173. <ul>
  174. <li ";
  175.         // line 106
  176.         if ((=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'106$this->source); })()), "request", [], "any"falsefalsefalse106), "attributes", [], "any"falsefalsefalse106), "get", [=> "_route"], "method"falsefalsefalse106), "app_default"))) {
  177.             echo "class=\"active\"";
  178.         }
  179.         echo "><a href=\"";
  180.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_default");
  181.         echo "\">Accueil</a></li>
  182. <li class=\"dropdown ";
  183.         // line 107
  184.         if ((=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'107$this->source); })()), "request", [], "any"falsefalsefalse107), "attributes", [], "any"falsefalsefalse107), "get", [=> "_route"], "method"falsefalsefalse107), "aPropos"))) {
  185.             echo "active";
  186.         }
  187.         echo "\"><a href=\"";
  188.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("aPropos");
  189.         echo "\">A propos</a>
  190. \t<ul class=\"sub-menu\">
  191. \t<li><a href=\"";
  192.         // line 109
  193.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("aPropos");
  194.         echo "\">En général</a></li>
  195. \t<li><a href=\"";
  196.         // line 110
  197.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("aPropos");
  198.         echo "#team\">Les membres</a></li>
  199. \t
  200. \t</ul>
  201. \t</li>
  202. <li ";
  203.         // line 114
  204.         if ((=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'114$this->source); })()), "request", [], "any"falsefalsefalse114), "attributes", [], "any"falsefalsefalse114), "get", [=> "_route"], "method"falsefalsefalse114), "activites"))) {
  205.             echo "class=\"active\"";
  206.         }
  207.         echo "><a href=\"";
  208.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("activites");
  209.         echo "\">Activités</a></li>
  210. <li ";
  211.         // line 116
  212.         if ((=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'116$this->source); })()), "request", [], "any"falsefalsefalse116), "attributes", [], "any"falsefalsefalse116), "get", [=> "_route"], "method"falsefalsefalse116), "commissions"))) {
  213.             echo "class=\"active\"";
  214.         }
  215.         echo "><a href=\"";
  216.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("commissions");
  217.         echo "\">Les commissions</a>
  218. \t\t
  219. </li>
  220. \t\t<li ";
  221.         // line 120
  222.         if ((=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'120$this->source); })()), "request", [], "any"falsefalsefalse120), "attributes", [], "any"falsefalsefalse120), "get", [=> "_route"], "method"falsefalsefalse120), "calendrier"))) {
  223.             echo "class=\"active\"";
  224.         }
  225.         echo "><a href=\"";
  226.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("calendrier");
  227.         echo "\">Festival</a>
  228. \t\t\t
  229. \t\t\t</li>
  230. <li ";
  231.         // line 123
  232.         if ((=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'123$this->source); })()), "request", [], "any"falsefalsefalse123), "attributes", [], "any"falsefalsefalse123), "get", [=> "_route"], "method"falsefalsefalse123), "press"))) {
  233.             echo "class=\"active\"";
  234.         }
  235.         echo "><a href=\"";
  236.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("press");
  237.         echo "\">Presse</a></li>
  238. <li ";
  239.         // line 125
  240.         if ((=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'125$this->source); })()), "request", [], "any"falsefalsefalse125), "attributes", [], "any"falsefalsefalse125), "get", [=> "_route"], "method"falsefalsefalse125), "sponsors"))) {
  241.             echo "class=\"active\"";
  242.         }
  243.         echo "><a href=\"";
  244.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("sponsors");
  245.         echo "\">Sponsors</a></li>
  246. <li ";
  247.         // line 128
  248.         if ((=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'128$this->source); })()), "request", [], "any"falsefalsefalse128), "attributes", [], "any"falsefalsefalse128), "get", [=> "_route"], "method"falsefalsefalse128), "contact"))) {
  249.             echo "class=\"active\"";
  250.         }
  251.         echo "><a href=\"";
  252.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("contact");
  253.         echo "\">Contact</a></li>
  254. ";
  255.         // line 130
  256.         if (twig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'130$this->source); })()), "user", [], "any"falsefalsefalse130)) {
  257.             // line 131
  258.             echo "<li ><a href=\"";
  259.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_logout");
  260.             echo "\">Déconnexion</a></li>
  261. ";
  262.         }
  263.         // line 133
  264.         echo "</ul>
  265. </div>
  266. </div>
  267. </div>
  268. <div class=\"nav-right\">
  269. <div class=\"social-icons\">
  270. <ul class=\"clearfix\">
  271. <li><a href=\"https://www.facebook.com/lionslaclaireau\" target=\"_blank\"><i class=\"fa fa-facebook\"></i></a></li>
  272. </ul>
  273. </div>
  274. </div>
  275. </nav>
  276. </div>
  277. </header>
  278.         ";
  279.         // line 149
  280.         $this->displayBlock('body'$context$blocks);
  281.         // line 150
  282.         echo "<footer>
  283. \t<div class=\"container\">
  284. \t
  285. \t<div class=\"clearfix\">
  286. \t<label class=\"copyright\">&copy;&nbsp;2025&nbsp;<a href=\"";
  287.         // line 154
  288.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_default");
  289.         echo "\">LIONS CLUB Laclaireau – Comté de Chiny
  290. \t\t</a>&nbsp;‐&nbsp;Tous droits réservés - 
  291. \t\t<a href=\"";
  292.         // line 156
  293.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_default");
  294.         echo "\">Mentions légales</a> - 
  295. \t\t<a href=\"";
  296.         // line 157
  297.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("politique");
  298.         echo "\">Politique de confidentialité</a>
  299. \t\t";
  300.         // line 158
  301.         if ((twig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'158$this->source); })()), "user", [], "any"falsefalsefalse158) && $this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("ROLE_ADMIN"))) {
  302.             // line 159
  303.             echo "\t\t- 
  304. \t\t<a href=\"";
  305.             // line 160
  306.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_user_index");
  307.             echo "\">Gestion des utilisateurs</a>
  308. \t\t";
  309.         }
  310.         // line 162
  311.         echo "\t\t</label>
  312. \t
  313. \t</div>
  314. \t</div>
  315. \t</footer>
  316. \t
  317. \t<script src=\"";
  318.         // line 168
  319.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/jquery.min.js"), "html"nulltrue);
  320.         echo "\" type=\"c4293652acb3308b0ad38a18-text/javascript\"></script>
  321. \t<script src=\"";
  322.         // line 169
  323.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/bootstrap.min.js"), "html"nulltrue);
  324.         echo "\" type=\"c4293652acb3308b0ad38a18-text/javascript\"></script>
  325. \t<script src=\"";
  326.         // line 170
  327.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/jquery.flexslider-min.js"), "html"nulltrue);
  328.         echo "\" type=\"c4293652acb3308b0ad38a18-text/javascript\"></script>
  329. \t<script src=\"";
  330.         // line 171
  331.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/magnific-popup.min.js"), "html"nulltrue);
  332.         echo "\" type=\"c4293652acb3308b0ad38a18-text/javascript\"></script>
  333. \t<script src=\"";
  334.         // line 172
  335.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/theia-sticky-sidebar.min.js"), "html"nulltrue);
  336.         echo "\" type=\"c4293652acb3308b0ad38a18-text/javascript\"></script>
  337. \t<script src=\"";
  338.         // line 173
  339.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/main.js"), "html"nulltrue);
  340.         echo "\" type=\"c4293652acb3308b0ad38a18-text/javascript\"></script>
  341. \t   <script src=\"https://code.jquery.com/jquery-3.6.1.js\" integrity=\"sha256-3zlB5s2uwoUzrXK3BT7AX3FyvojsraNFxCc2vC/7pNI=\" crossorigin=\"anonymous\"></script>     \t
  342.        <script type=\"text/javascript\" src=\"";
  343.         // line 176
  344.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("cookies/jquery.ihavecookies.js"), "html"nulltrue);
  345.         echo "\"></script>
  346. <script type=\"text/javascript\">
  347. \t\t\tvar options = {
  348. \t\t\t\ttitle: 'Acceptation des cookies ',
  349. \t\t\t\tmessage: \"Nous utilisons des cookies nécessaires au fonctionnement de ce site Web et également des cookies nous permettant d'analyser notre trafic\",
  350. \t\t\t\tdelay: 600,
  351. \t\t\t\texpires: 1,
  352. \t\t\t\tlink: \"";
  353.         // line 184
  354.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("cookies");
  355.         echo "\",
  356. \t\t\t\tonAccept: function(){
  357. \t\t\t\t\tvar myPreferences = \$.fn.ihavecookies.cookie();
  358. \t\t\t\t\tconsole.log('Yay! The following preferences were saved...');
  359. \t\t\t\t\tconsole.log(myPreferences);
  360. \t\t\t\t},
  361. \t\t\t\tuncheckBoxes: true,
  362. \t\t\t\tacceptBtnLabel: 'Tout accepter',
  363. \t\t\t\tadvancedBtnLabel: 'Personnaliser',
  364. \t\t\t\tmoreInfoLabel: 'En savoir plus',
  365. \t\t\t\tcookieTypesTitle: 'Choisissez les cookies que vous souhaitez accepter',
  366. \t\t\t\tfixedCookieTypeLabel: 'Essentiel',
  367. \t\t\t\tfixedCookieTypeDesc: 'These are essential for the website to work correctly.'
  368. \t\t\t}
  369. \t\t\t\$(document).ready(function() {
  370. \t\t\t\t\$('body').ihavecookies(options);
  371. \t\t\t\tif (\$.fn.ihavecookies.preference('marketing') === true) {
  372. \t\t\t\t\tconsole.log('This should run because marketing is accepted.');
  373. \t\t\t\t}
  374. \t\t\t\t\$('#ihavecookiesBtn').on('click', function(){
  375. \t\t\t\t\t\$('body').ihavecookies(options, 'reinit');
  376. \t\t\t\t});
  377. \t\t\t});
  378. \t\t</script>
  379.     <link href=\"";
  380.         // line 216
  381.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("cookies/cookies.css"), "html"nulltrue);
  382.         echo "\" rel=\"stylesheet\">
  383. \t</body>
  384. \t</html>
  385. ";
  386.         
  387.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  388.         
  389.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  390.     }
  391.     // line 8
  392.     public function block_title($context, array $blocks = [])
  393.     {
  394.         $macros $this->macros;
  395.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  396.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  397.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  398.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  399.         
  400.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  401.         
  402.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  403.     }
  404.     // line 149
  405.     public function block_body($context, array $blocks = [])
  406.     {
  407.         $macros $this->macros;
  408.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  409.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  410.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  411.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  412.         
  413.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  414.         
  415.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  416.     }
  417.     public function getTemplateName()
  418.     {
  419.         return "base.html.twig";
  420.     }
  421.     public function isTraitable()
  422.     {
  423.         return false;
  424.     }
  425.     public function getDebugInfo()
  426.     {
  427.         return array (  455 => 149,  437 => 8,  422 => 216,  387 => 184,  376 => 176,  370 => 173,  366 => 172,  362 => 171,  358 => 170,  354 => 169,  350 => 168,  342 => 162,  337 => 160,  334 => 159,  332 => 158,  328 => 157,  324 => 156,  319 => 154,  313 => 150,  311 => 149,  293 => 133,  287 => 131,  285 => 130,  276 => 128,  266 => 125,  257 => 123,  247 => 120,  236 => 116,  227 => 114,  220 => 110,  216 => 109,  207 => 107,  199 => 106,  175 => 84,  166 => 79,  155 => 72,  153 => 71,  150 => 70,  143 => 67,  141 => 66,  129 => 59,  88 => 21,  80 => 16,  76 => 15,  72 => 14,  68 => 13,  64 => 12,  60 => 11,  56 => 9,  54 => 8,  45 => 1,);
  428.     }
  429.     public function getSourceContext()
  430.     {
  431.         return new Source("<!DOCTYPE html>
  432. <html lang=\"en\">
  433. <head>
  434. <meta charset=\"utf-8\">
  435. <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">
  436. <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">
  437. <meta name=\"author\" content=\"AREADY.IO\">
  438. {% block title %}{% endblock %}
  439. <link href=\"{{asset('css/bootstrap.min.css')}}\" rel=\"stylesheet\">
  440. <link rel=\"stylesheet\" href=\"{{asset('css/font-awesome.min.css')}}\">
  441. <link rel=\"stylesheet\" href=\"{{asset('css/animate.css')}}\">
  442. <link rel=\"stylesheet\" href=\"{{asset('css/flexslider.css')}}\">
  443. <link rel=\"stylesheet\" href=\"{{asset('css/main.css')}}\">
  444. <link rel=\"stylesheet\" href=\"{{asset('css/responsive.css')}}\">
  445. <link href=\"https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700\" rel=\"stylesheet\">
  446. <link href=\"https://fonts.googleapis.com/css?family=Raleway:200,200i,300,300i,400,500,600,700,800,900\" rel=\"stylesheet\">
  447. <link rel=\"icon\" href=\"{{asset('images/ico/favicon.ico')}}\">
  448. <link rel=\"apple-touch-icon\" sizes=\"144x144\" href=\"https://demo.themeregion.com/images/ico/apple-touch-icon-144.png\">
  449. <link rel=\"apple-touch-icon\" sizes=\"114x114\" href=\"https://demo.themeregion.com/images/ico/apple-touch-icon-114.png\">
  450. <link rel=\"apple-touch-icon\" sizes=\"72x72\" href=\"https://demo.themeregion.com/images/ico/apple-touch-icon-72.png\">
  451. <link rel=\"apple-touch-icon\" sizes=\"57x57\" href=\"https://demo.themeregion.com/images/ico/apple-touch-icon-57.png\">
  452. <style>
  453. .theme-menu ul li a:link, .theme-menu ul li a:visited, .login-signup ul li a:link, .login-signup ul li a:visited {
  454.   display: block;
  455.   font-weight: 400;
  456.   font-size: 14px !important;
  457.   color: #fff;
  458.   text-transform: uppercase;
  459.   padding: 16px 15px;
  460. }
  461. .cke_notifications_area {
  462.   pointer-events: none;
  463.   display: none;
  464. }
  465. .navbar-default ul.sub-menu li a
  466. {
  467. \tcolor:#000
  468. }
  469. </style>
  470. <!--[if lt IE 9]>
  471. \t\t<script src=\"https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js\"></script>
  472. \t\t<script src=\"https://oss.maxcdn.com/respond/1.4.2/respond.min.js\"></script>
  473. \t\t<![endif]-->
  474. </head>
  475. <body class=\"tr-homepage\">
  476. <div class=\"container\">
  477. <div class=\"logo-search header-two clearfix\">
  478. <div class=\"logo\">
  479. <h1>
  480. <a href=\"{{path('app_default')}}\"> <img src=\"{{asset('images/Logo HD.jpg')}}\" width=\"100\" style=\"max-width:150px\" alt=\"logo lion club laclaireau\" title=\"logo lion club laclaireau\">
  481. </a>
  482. </h1>
  483. </div>
  484. <div class=\"ticker-flexslider\">
  485. <div class=\"flex-viewport\" style=\"float:right\">
  486. {% if app.user and is_granted('ROLE_ADMIN') %}
  487. <a href=\"{{path('exportPdf')}}\"><button type=\"button\" class=\"btn btn-warning\">Exporter les achats</button></a>
  488. <br><br>
  489. {% endif %}
  490. {% if app.user %}
  491. <a href=\"{{path('panier')}}\">
  492. <button type=\"button\" onclick=\"addPanier()\" class=\"btn btn-info\"><i class='fa fa-cart-plus'></i> Voir mon panier</button>
  493. </a>
  494. {% else %}
  495. <a href=\"{{path('app_login')}}\">
  496. <button type=\"button\"  class=\"btn btn-info\"><i class='fa fa-user'></i> Je me connecte</button>
  497. </a>
  498. {% endif %}
  499. </div>
  500. </div>
  501. <!--<div class=\"search-form\">
  502. <form action=\"#\" method=\"get\" id=\"searchform\">
  503. <input type=\"text\" id=\"s\" name=\"s\" value=\"\" placeholder=\"Ecrire un mot clé\">
  504. <input type=\"submit\" class=\"search-submit\" value=\"Search\">
  505. </form>
  506. </div>-->
  507. </div>
  508. </div>
  509. <header id=\"header\" class=\"clearfix\">
  510. <div class=\"navbar navbar-default navbar-expand-lg\">
  511. <nav class=\"container\">
  512. <button class=\"navbar-toggler\" type=\"button\" data-toggle=\"collapse\" data-target=\"#navbarNav\" aria-controls=\"navbarNav\" aria-expanded=\"false\" aria-label=\"Toggle navigation\">
  513. <span class=\"navbar-toggler-icon\"><i class=\"fa fa-align-justify\"></i></span>
  514. </button>
  515. <div class=\"navbar-left\">
  516. <div class=\"navbar-collapse collapse\" id=\"navbarNav\">
  517. <div id=\"dropdown\" class=\"theme-menu nav navbar-nav\">
  518. <ul>
  519. <li {% if app.request.attributes.get('_route') ==  'app_default' %}class=\"active\"{% endif %}><a href=\"{{path('app_default')}}\">Accueil</a></li>
  520. <li class=\"dropdown {% if app.request.attributes.get('_route') ==  'aPropos' %}active{% endif %}\"><a href=\"{{path('aPropos')}}\">A propos</a>
  521. \t<ul class=\"sub-menu\">
  522. \t<li><a href=\"{{path('aPropos')}}\">En général</a></li>
  523. \t<li><a href=\"{{path('aPropos')}}#team\">Les membres</a></li>
  524. \t
  525. \t</ul>
  526. \t</li>
  527. <li {% if app.request.attributes.get('_route') ==  'activites' %}class=\"active\"{% endif %}><a href=\"{{path('activites')}}\">Activités</a></li>
  528. <li {% if app.request.attributes.get('_route') ==  'commissions' %}class=\"active\"{% endif %}><a href=\"{{path('commissions')}}\">Les commissions</a>
  529. \t\t
  530. </li>
  531. \t\t<li {% if app.request.attributes.get('_route') ==  'calendrier' %}class=\"active\"{% endif %}><a href=\"{{path('calendrier')}}\">Festival</a>
  532. \t\t\t
  533. \t\t\t</li>
  534. <li {% if app.request.attributes.get('_route') ==  'press' %}class=\"active\"{% endif %}><a href=\"{{path('press')}}\">Presse</a></li>
  535. <li {% if app.request.attributes.get('_route') ==  'sponsors' %}class=\"active\"{% endif %}><a href=\"{{path('sponsors')}}\">Sponsors</a></li>
  536. <li {% if app.request.attributes.get('_route') ==  'contact' %}class=\"active\"{% endif %}><a href=\"{{path('contact')}}\">Contact</a></li>
  537. {% if app.user %}
  538. <li ><a href=\"{{path('app_logout')}}\">Déconnexion</a></li>
  539. {% endif %}
  540. </ul>
  541. </div>
  542. </div>
  543. </div>
  544. <div class=\"nav-right\">
  545. <div class=\"social-icons\">
  546. <ul class=\"clearfix\">
  547. <li><a href=\"https://www.facebook.com/lionslaclaireau\" target=\"_blank\"><i class=\"fa fa-facebook\"></i></a></li>
  548. </ul>
  549. </div>
  550. </div>
  551. </nav>
  552. </div>
  553. </header>
  554.         {% block body %}{% endblock %}
  555. <footer>
  556. \t<div class=\"container\">
  557. \t
  558. \t<div class=\"clearfix\">
  559. \t<label class=\"copyright\">&copy;&nbsp;2025&nbsp;<a href=\"{{path('app_default')}}\">LIONS CLUB Laclaireau – Comté de Chiny
  560. \t\t</a>&nbsp;‐&nbsp;Tous droits réservés - 
  561. \t\t<a href=\"{{path('app_default')}}\">Mentions légales</a> - 
  562. \t\t<a href=\"{{path('politique')}}\">Politique de confidentialité</a>
  563. \t\t{% if app.user and is_granted('ROLE_ADMIN') %}
  564. \t\t- 
  565. \t\t<a href=\"{{path('app_user_index')}}\">Gestion des utilisateurs</a>
  566. \t\t{% endif %}
  567. \t\t</label>
  568. \t
  569. \t</div>
  570. \t</div>
  571. \t</footer>
  572. \t
  573. \t<script src=\"{{asset('js/jquery.min.js')}}\" type=\"c4293652acb3308b0ad38a18-text/javascript\"></script>
  574. \t<script src=\"{{asset('js/bootstrap.min.js')}}\" type=\"c4293652acb3308b0ad38a18-text/javascript\"></script>
  575. \t<script src=\"{{asset('js/jquery.flexslider-min.js')}}\" type=\"c4293652acb3308b0ad38a18-text/javascript\"></script>
  576. \t<script src=\"{{asset('js/magnific-popup.min.js')}}\" type=\"c4293652acb3308b0ad38a18-text/javascript\"></script>
  577. \t<script src=\"{{asset('js/theia-sticky-sidebar.min.js')}}\" type=\"c4293652acb3308b0ad38a18-text/javascript\"></script>
  578. \t<script src=\"{{asset('js/main.js')}}\" type=\"c4293652acb3308b0ad38a18-text/javascript\"></script>
  579. \t   <script src=\"https://code.jquery.com/jquery-3.6.1.js\" integrity=\"sha256-3zlB5s2uwoUzrXK3BT7AX3FyvojsraNFxCc2vC/7pNI=\" crossorigin=\"anonymous\"></script>     \t
  580.        <script type=\"text/javascript\" src=\"{{ asset('cookies/jquery.ihavecookies.js')}}\"></script>
  581. <script type=\"text/javascript\">
  582. \t\t\tvar options = {
  583. \t\t\t\ttitle: 'Acceptation des cookies ',
  584. \t\t\t\tmessage: \"Nous utilisons des cookies nécessaires au fonctionnement de ce site Web et également des cookies nous permettant d'analyser notre trafic\",
  585. \t\t\t\tdelay: 600,
  586. \t\t\t\texpires: 1,
  587. \t\t\t\tlink: \"{{path('cookies')}}\",
  588. \t\t\t\tonAccept: function(){
  589. \t\t\t\t\tvar myPreferences = \$.fn.ihavecookies.cookie();
  590. \t\t\t\t\tconsole.log('Yay! The following preferences were saved...');
  591. \t\t\t\t\tconsole.log(myPreferences);
  592. \t\t\t\t},
  593. \t\t\t\tuncheckBoxes: true,
  594. \t\t\t\tacceptBtnLabel: 'Tout accepter',
  595. \t\t\t\tadvancedBtnLabel: 'Personnaliser',
  596. \t\t\t\tmoreInfoLabel: 'En savoir plus',
  597. \t\t\t\tcookieTypesTitle: 'Choisissez les cookies que vous souhaitez accepter',
  598. \t\t\t\tfixedCookieTypeLabel: 'Essentiel',
  599. \t\t\t\tfixedCookieTypeDesc: 'These are essential for the website to work correctly.'
  600. \t\t\t}
  601. \t\t\t\$(document).ready(function() {
  602. \t\t\t\t\$('body').ihavecookies(options);
  603. \t\t\t\tif (\$.fn.ihavecookies.preference('marketing') === true) {
  604. \t\t\t\t\tconsole.log('This should run because marketing is accepted.');
  605. \t\t\t\t}
  606. \t\t\t\t\$('#ihavecookiesBtn').on('click', function(){
  607. \t\t\t\t\t\$('body').ihavecookies(options, 'reinit');
  608. \t\t\t\t});
  609. \t\t\t});
  610. \t\t</script>
  611.     <link href=\"{{ asset('cookies/cookies.css')}}\" rel=\"stylesheet\">
  612. \t</body>
  613. \t</html>
  614. ""base.html.twig""/home/clients/f5f18e1c12eb94b017fc21ce592a0855/web/templates/base.html.twig");
  615.     }
  616. }