var/cache/dev/twig/5a/5a7d80a6795de3af6031542cf3b67979.php line 43

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. use Twig\TemplateWrapper;
  15. /* base.html.twig */
  16. class __TwigTemplate_6ab75492f851760584880149ff37fb50 extends Template
  17. {
  18.     private Source $source;
  19.     /**
  20.      * @var array<string, Template>
  21.      */
  22.     private array $macros = [];
  23.     public function __construct(Environment $env)
  24.     {
  25.         parent::__construct($env);
  26.         $this->source $this->getSourceContext();
  27.         $this->parent false;
  28.         $this->blocks = [
  29.             'title' => [$this'block_title'],
  30.             'stylesheets' => [$this'block_stylesheets'],
  31.             'javascripts' => [$this'block_javascripts'],
  32.             'menu' => [$this'block_menu'],
  33.             'body' => [$this'block_body'],
  34.         ];
  35.     }
  36.     protected function doDisplay(array $context, array $blocks = []): iterable
  37.     {
  38.         $macros $this->macros;
  39.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  40.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""base.html.twig"));
  41.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  42.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""base.html.twig"));
  43.         // line 1
  44.         yield "<!DOCTYPE html>
  45. <html>
  46.     <head>
  47.         <meta charset=\"UTF-8\">
  48.         ";
  49.         // line 5
  50.         if ((CoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'5$this->source); })()), "environment", [], "any"falsefalsefalse5) != "prod")) {
  51.             // line 6
  52.             yield "            <meta name=\"robots\" content=\"noindex, nofollow\">
  53.         ";
  54.         }
  55.         // line 8
  56.         yield "        <title>";
  57.         yield from $this->unwrap()->yieldBlock('title'$context$blocks);
  58.         yield "</title>
  59.         ";
  60.         // line 10
  61.         yield from $this->unwrap()->yieldBlock('stylesheets'$context$blocks);
  62.         // line 14
  63.         yield "
  64.         ";
  65.         // line 15
  66.         yield from $this->unwrap()->yieldBlock('javascripts'$context$blocks);
  67.         // line 18
  68.         yield "    </head>
  69.     <body class=\"";
  70.         // line 19
  71.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\AppExtension']->getBodyCLasses(), "html"nulltrue);
  72.         yield "\">
  73.         <div id=\"entete\">
  74.             <div id=\"logos\">
  75.                 <div id=\"logos-left\">
  76.                     <a id=\"home\" href=\"";
  77.         // line 24
  78.         yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("home");
  79.         yield "\"></a>
  80.                 </div>
  81.                 <div id=\"logos-right\">
  82.                     <a id=\"girci-go\" target=\"_blank\" href=\"https://www.girci-go.org/\">Accéder au Girci GO</a>
  83.                     <a id=\"extranet\" target=\"_blank\" href=\"https://extranet.chu-hugo.fr/index.php/login\">Extranet</a>
  84.                 </div>
  85.             </div>
  86.             ";
  87.         // line 31
  88.         if ((($tmp $this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_FULLY")) && $tmp instanceof Markup ? (string) $tmp $tmp)) {
  89.             // line 32
  90.             yield "            <div id=\"menus\">
  91.                 ";
  92.             // line 33
  93.             yield Twig\Extension\CoreExtension::include($this->env$context"_menu.html.twig");
  94.             yield "
  95.                 ";
  96.             // line 34
  97.             yield from $this->unwrap()->yieldBlock('menu'$context$blocks);
  98.             // line 36
  99.             yield "            </div>
  100.             ";
  101.         }
  102.         // line 38
  103.         yield "            <div id=\"profil\">
  104.                 ";
  105.         // line 39
  106.         if ((($tmp $this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_FULLY")) && $tmp instanceof Markup ? (string) $tmp $tmp)) {
  107.             // line 40
  108.             yield "                    <div id=\"profil-left\">
  109.                         Bonjour ";
  110.             // line 41
  111.             if ((($tmp CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'41$this->source); })()), "user", [], "any"falsefalsefalse41), "name", [], "any"falsefalsefalse41)) && $tmp instanceof Markup ? (string) $tmp $tmp)) {
  112.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'41$this->source); })()), "user", [], "any"falsefalsefalse41), "firstname", [], "any"falsefalsefalse41), "html"nulltrue);
  113.                 yield " ";
  114.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'41$this->source); })()), "user", [], "any"falsefalsefalse41), "name", [], "any"falsefalsefalse41), "html"nulltrue);
  115.             } else {
  116.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'41$this->source); })()), "user", [], "any"falsefalsefalse41), "userIdentifier", [], "any"falsefalsefalse41), "html"nulltrue);
  117.             }
  118.             // line 42
  119.             yield "                    </div>
  120.                     <div id=\"profil-right\">
  121.                         <a href=\"";
  122.             // line 44
  123.             yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("profil");
  124.             yield "\">Mon compte</a>
  125.                         <a href=\"";
  126.             // line 45
  127.             yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_logout");
  128.             yield "\">Se déconnecter</a>
  129.                     </div>
  130.                 ";
  131.         } else {
  132.             // line 48
  133.             yield "                    <div id=\"profil-right\">
  134.                         <a href=\"";
  135.             // line 49
  136.             yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_register");
  137.             yield "\">Créer un compte</a>
  138.                         <a href=\"";
  139.             // line 50
  140.             yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_login");
  141.             yield "\">Se connecter</a>
  142.                     </div>
  143.                 ";
  144.         }
  145.         // line 53
  146.         yield "            </div>
  147.         </div>
  148.         <div id=\"container\">
  149.             ";
  150.         // line 56
  151.         $context['_parent'] = $context;
  152.         $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'56$this->source); })()), "session", [], "any"falsefalsefalse56), "flashBag", [], "any"falsefalsefalse56), "all", [], "any"falsefalsefalse56));
  153.         foreach ($context['_seq'] as $context["type"] => $context["messages"]) {
  154.             // line 57
  155.             yield "                <div class=\"message ";
  156.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["type"], "html"nulltrue);
  157.             yield "\">
  158.                     <ul>
  159.                         ";
  160.             // line 59
  161.             $context['_parent'] = $context;
  162.             $context['_seq'] = CoreExtension::ensureTraversable($context["messages"]);
  163.             foreach ($context['_seq'] as $context["_key"] => $context["message"]) {
  164.                 // line 60
  165.                 yield "                            <li>";
  166.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["message"], "html"nulltrue);
  167.                 yield "</li>
  168.                         ";
  169.             }
  170.             $_parent $context['_parent'];
  171.             unset($context['_seq'], $context['_key'], $context['message'], $context['_parent']);
  172.             $context array_intersect_key($context$_parent) + $_parent;
  173.             // line 62
  174.             yield "                    </ul>
  175.                 </div>
  176.             ";
  177.         }
  178.         $_parent $context['_parent'];
  179.         unset($context['_seq'], $context['type'], $context['messages'], $context['_parent']);
  180.         $context array_intersect_key($context$_parent) + $_parent;
  181.         // line 65
  182.         yield "            ";
  183.         yield from $this->unwrap()->yieldBlock('body'$context$blocks);
  184.         // line 66
  185.         yield "        </div>
  186.         <div id=\"footer\">
  187.             <div id=\"footer-left\">
  188.                 <strong>Girci Grand-Ouest</strong> | 4, rue Larrey 49933 Angers<br/>
  189.                 02 41 35 63 43 - contact@girci-go.org
  190.             </div>
  191.             <div id=\"footer-right\">
  192.                 Réalisation : <a target=\"_blank\" href=\"https://www.ascomedia.com\">Ascomedia</a>
  193.             </div>
  194.         </div>
  195.     </body>
  196. </html>
  197. ";
  198.         
  199.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  200.         
  201.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  202.         yield from [];
  203.     }
  204.     // line 8
  205.     /**
  206.      * @return iterable<null|scalar|\Stringable>
  207.      */
  208.     public function block_title(array $context, array $blocks = []): iterable
  209.     {
  210.         $macros $this->macros;
  211.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  212.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  213.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  214.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  215.         yield "Girci GO - Plateforme d'appels à projets";
  216.         
  217.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  218.         
  219.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  220.         yield from [];
  221.     }
  222.     // line 10
  223.     /**
  224.      * @return iterable<null|scalar|\Stringable>
  225.      */
  226.     public function block_stylesheets(array $context, array $blocks = []): iterable
  227.     {
  228.         $macros $this->macros;
  229.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  230.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  231.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  232.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  233.         // line 11
  234.         yield "            ";
  235.         yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackLinkTags("app");
  236.         yield "
  237.             ";
  238.         // line 12
  239.         yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackLinkTags("headerFooter");
  240.         yield "
  241.         ";
  242.         
  243.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  244.         
  245.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  246.         yield from [];
  247.     }
  248.     // line 15
  249.     /**
  250.      * @return iterable<null|scalar|\Stringable>
  251.      */
  252.     public function block_javascripts(array $context, array $blocks = []): iterable
  253.     {
  254.         $macros $this->macros;
  255.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  256.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  257.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  258.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  259.         // line 16
  260.         yield "            <script type=\"text/javascript\" src=\"";
  261.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/vendor/jquery.js"), "html"nulltrue);
  262.         yield "\"></script>
  263.         ";
  264.         
  265.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  266.         
  267.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  268.         yield from [];
  269.     }
  270.     // line 34
  271.     /**
  272.      * @return iterable<null|scalar|\Stringable>
  273.      */
  274.     public function block_menu(array $context, array $blocks = []): iterable
  275.     {
  276.         $macros $this->macros;
  277.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  278.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""menu"));
  279.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  280.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""menu"));
  281.         // line 35
  282.         yield "                ";
  283.         
  284.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  285.         
  286.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  287.         yield from [];
  288.     }
  289.     // line 65
  290.     /**
  291.      * @return iterable<null|scalar|\Stringable>
  292.      */
  293.     public function block_body(array $context, array $blocks = []): iterable
  294.     {
  295.         $macros $this->macros;
  296.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  297.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  298.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  299.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  300.         
  301.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  302.         
  303.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  304.         yield from [];
  305.     }
  306.     /**
  307.      * @codeCoverageIgnore
  308.      */
  309.     public function getTemplateName(): string
  310.     {
  311.         return "base.html.twig";
  312.     }
  313.     /**
  314.      * @codeCoverageIgnore
  315.      */
  316.     public function isTraitable(): bool
  317.     {
  318.         return false;
  319.     }
  320.     /**
  321.      * @codeCoverageIgnore
  322.      */
  323.     public function getDebugInfo(): array
  324.     {
  325.         return array (  325 => 65,  314 => 35,  301 => 34,  287 => 16,  274 => 15,  261 => 12,  256 => 11,  243 => 10,  220 => 8,  196 => 66,  193 => 65,  185 => 62,  176 => 60,  172 => 59,  166 => 57,  162 => 56,  157 => 53,  151 => 50,  147 => 49,  144 => 48,  138 => 45,  134 => 44,  130 => 42,  122 => 41,  119 => 40,  117 => 39,  114 => 38,  110 => 36,  108 => 34,  104 => 33,  101 => 32,  99 => 31,  89 => 24,  81 => 19,  78 => 18,  76 => 15,  73 => 14,  71 => 10,  65 => 8,  61 => 6,  59 => 5,  53 => 1,);
  326.     }
  327.     public function getSourceContext(): Source
  328.     {
  329.         return new Source("<!DOCTYPE html>
  330. <html>
  331.     <head>
  332.         <meta charset=\"UTF-8\">
  333.         {% if app.environment != 'prod' %}
  334.             <meta name=\"robots\" content=\"noindex, nofollow\">
  335.         {% endif %}
  336.         <title>{% block title %}Girci GO - Plateforme d'appels à projets{% endblock %}</title>
  337.         {% block stylesheets %}
  338.             {{ encore_entry_link_tags('app') }}
  339.             {{ encore_entry_link_tags('headerFooter') }}
  340.         {% endblock %}
  341.         {% block javascripts %}
  342.             <script type=\"text/javascript\" src=\"{{ asset('js/vendor/jquery.js') }}\"></script>
  343.         {% endblock %}
  344.     </head>
  345.     <body class=\"{{ getBodyCLasses() }}\">
  346.         <div id=\"entete\">
  347.             <div id=\"logos\">
  348.                 <div id=\"logos-left\">
  349.                     <a id=\"home\" href=\"{{ path('home') }}\"></a>
  350.                 </div>
  351.                 <div id=\"logos-right\">
  352.                     <a id=\"girci-go\" target=\"_blank\" href=\"https://www.girci-go.org/\">Accéder au Girci GO</a>
  353.                     <a id=\"extranet\" target=\"_blank\" href=\"https://extranet.chu-hugo.fr/index.php/login\">Extranet</a>
  354.                 </div>
  355.             </div>
  356.             {% if is_granted('IS_AUTHENTICATED_FULLY') %}
  357.             <div id=\"menus\">
  358.                 {{ include('_menu.html.twig') }}
  359.                 {% block menu %}
  360.                 {% endblock %}
  361.             </div>
  362.             {% endif %}
  363.             <div id=\"profil\">
  364.                 {% if is_granted('IS_AUTHENTICATED_FULLY') %}
  365.                     <div id=\"profil-left\">
  366.                         Bonjour {% if app.user.name %}{{ app.user.firstname }} {{ app.user.name }}{% else %}{{ app.user.userIdentifier }}{% endif %}
  367.                     </div>
  368.                     <div id=\"profil-right\">
  369.                         <a href=\"{{ path('profil') }}\">Mon compte</a>
  370.                         <a href=\"{{ path('app_logout') }}\">Se déconnecter</a>
  371.                     </div>
  372.                 {% else %}
  373.                     <div id=\"profil-right\">
  374.                         <a href=\"{{ path('app_register') }}\">Créer un compte</a>
  375.                         <a href=\"{{ path('app_login') }}\">Se connecter</a>
  376.                     </div>
  377.                 {% endif %}
  378.             </div>
  379.         </div>
  380.         <div id=\"container\">
  381.             {% for type, messages in app.session.flashBag.all %}
  382.                 <div class=\"message {{ type }}\">
  383.                     <ul>
  384.                         {% for message in messages %}
  385.                             <li>{{ message }}</li>
  386.                         {% endfor %}
  387.                     </ul>
  388.                 </div>
  389.             {% endfor %}
  390.             {% block body %}{% endblock %}
  391.         </div>
  392.         <div id=\"footer\">
  393.             <div id=\"footer-left\">
  394.                 <strong>Girci Grand-Ouest</strong> | 4, rue Larrey 49933 Angers<br/>
  395.                 02 41 35 63 43 - contact@girci-go.org
  396.             </div>
  397.             <div id=\"footer-right\">
  398.                 Réalisation : <a target=\"_blank\" href=\"https://www.ascomedia.com\">Ascomedia</a>
  399.             </div>
  400.         </div>
  401.     </body>
  402. </html>
  403. ""base.html.twig""/home/clients/acb4fc297720bccaee1604666d4dcedb/girci_go_demo/templates/base.html.twig");
  404.     }
  405. }