var/cache/dev/twig/ac/acf72afc2b125fdc18dfaaa1b01b60d07555e8349f5b1dd363b1f92d41ce869e.php line 94

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