var/cache/dev/twig/b7/b7dd50715fc966ef1babfa79071a86caf9e5f515f53aa6a4fdf5f1852babc52c.php line 39

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_300d5a7f335df2dc16504847a4edd5bebcaafa16b9ead24b953d85c7f67b9b21 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.             'pixel' => [$this'block_pixel'],
  27.             'header' => [$this'block_header'],
  28.             'body' => [$this'block_body'],
  29.             'javascripts' => [$this'block_javascripts'],
  30.         ];
  31.     }
  32.     protected function doDisplay(array $context, array $blocks = [])
  33.     {
  34.         $macros $this->macros;
  35.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  36.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""base.html.twig"));
  37.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  38.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""base.html.twig"));
  39.         // line 1
  40.         echo "<!DOCTYPE html>
  41. <html>
  42.     <head>
  43.         <meta charset=\"UTF-8\">
  44.         <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">
  45.         <meta http-equiv=\"X-UA-Compatible\" content=\"ie=edge\">
  46.         <title>";
  47.         // line 7
  48.         $this->displayBlock('title'$context$blocks);
  49.         echo " | Al Kunuz</title>
  50.         <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css\" integrity=\"sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T\" crossorigin=\"anonymous\">
  51.         <link href=\"https://fonts.googleapis.com/css?family=Open+Sans\" rel=\"stylesheet\">
  52.         <link rel=\"stylesheet\" href=\"https://use.fontawesome.com/releases/v5.8.1/css/all.css\" integrity=\"sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf\" crossorigin=\"anonymous\">
  53.         <link rel=\"stylesheet\" href=\"";
  54.         // line 11
  55.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/app.css"), "html"nulltrue);
  56.         echo "\">
  57.         <link rel=\"shortcut icon\" type=\"image/x-icon\" href=\"";
  58.         // line 12
  59.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("image/al-kunuz_favicon.ico"), "html"nulltrue);
  60.         echo "\" />
  61.         ";
  62.         // line 14
  63.         $this->displayBlock('stylesheets'$context$blocks);
  64.         // line 15
  65.         echo "        ";
  66.         $this->displayBlock('pixel'$context$blocks);
  67.         // line 16
  68.         echo "        <!-- Google Tag Manager -->
  69.         <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
  70.                     new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
  71.                 j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
  72.                 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
  73.             })(window,document,'script','dataLayer','GTM-5SMFTDFH');</script>
  74.         <!-- End Google Tag Manager -->
  75.     </head>
  76.     <body>
  77.     <!-- Google Tag Manager (noscript) -->
  78.     <noscript><iframe src=\"https://www.googletagmanager.com/ns.html?id=GTM-5SMFTDFH\" height=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe></noscript>
  79.     <!-- End Google Tag Manager (noscript) -->
  80.     ";
  81.         // line 28
  82.         if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("ROLE_PREVIOUS_ADMIN")) {
  83.             // line 29
  84.             echo "        <div class=\"alert alert-warning\" style=\"margin-bottom: 0;\">
  85.             🚨 <strong>";
  86.             // line 30
  87.             echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("ATTENTION : Vous êtes connecté en tant que cet élève. Une fois l'action réalisée", [], "messages");
  88.             echo ":
  89.                 <a href=\"";
  90.             // line 31
  91.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("admin_subscription_index", ["_switch_user" => "_exit"]);
  92.             // line 33
  93.             echo "\">";
  94.             echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Déconnectez-vous du compte de l'élève", [], "messages");
  95.             echo "</a></strong>
  96.         </div>
  97.     ";
  98.         }
  99.         // line 36
  100.         echo "    ";
  101.         $this->displayBlock('header'$context$blocks);
  102.         // line 41
  103.         echo "
  104.         <!-- Fash Message -->
  105.         <div class=\"container\">
  106.             ";
  107.         // line 45
  108.         $context['_parent'] = $context;
  109.         $context['_seq'] = twig_ensure_traversable(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.'45$this->source); })()), "flashes", [=> "success"], "method"falsefalsefalse45));
  110.         foreach ($context['_seq'] as $context["_key"] => $context["message"]) {
  111.             // line 46
  112.             echo "                <div class=\"alert alert-success\">
  113.                     ";
  114.             // line 47
  115.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans($context["message"]), "html"nulltrue);
  116.             echo "
  117.                 </div>
  118.             ";
  119.         }
  120.         $_parent $context['_parent'];
  121.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['message'], $context['_parent'], $context['loop']);
  122.         $context array_intersect_key($context$_parent) + $_parent;
  123.         // line 50
  124.         echo "            ";
  125.         $context['_parent'] = $context;
  126.         $context['_seq'] = twig_ensure_traversable(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.'50$this->source); })()), "flashes", [=> "error"], "method"falsefalsefalse50));
  127.         foreach ($context['_seq'] as $context["_key"] => $context["message"]) {
  128.             // line 51
  129.             echo "                <div class=\"alert alert-danger\">
  130.                     ";
  131.             // line 52
  132.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans($context["message"]), "html"nulltrue);
  133.             echo "
  134.                 </div>
  135.             ";
  136.         }
  137.         $_parent $context['_parent'];
  138.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['message'], $context['_parent'], $context['loop']);
  139.         $context array_intersect_key($context$_parent) + $_parent;
  140.         // line 55
  141.         echo "        </div>
  142.         ";
  143.         // line 57
  144.         $this->displayBlock('body'$context$blocks);
  145.         // line 62
  146.         echo "    <footer>
  147.         ";
  148.         // line 63
  149.         $this->loadTemplate("partials/footer.html.twig""base.html.twig"63)->display($context);
  150.         // line 64
  151.         echo "    </footer>
  152.     <!-- Bootstrap JavaScript -->
  153.     <script src=\"https://code.jquery.com/jquery-3.3.1.min.js\" integrity=\"sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=\" crossorigin=\"anonymous\"></script>
  154.         <script src=\"https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js\" integrity=\"sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1\" crossorigin=\"anonymous\"></script>
  155.         <script src=\"https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js\" integrity=\"sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM\" crossorigin=\"anonymous\"></script>
  156.     <!-- Stripe JavaScript -->
  157.     <script src=\"https://js.stripe.com/v3/\"></script>
  158.     <!-- For loader -->
  159.         ";
  160.         // line 74
  161.         $this->displayBlock('javascripts'$context$blocks);
  162.         // line 75
  163.         echo "    </body>
  164. </html>
  165. ";
  166.         
  167.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  168.         
  169.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  170.     }
  171.     // line 7
  172.     public function block_title($context, array $blocks = [])
  173.     {
  174.         $macros $this->macros;
  175.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  176.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  177.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  178.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  179.         
  180.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  181.         
  182.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  183.     }
  184.     // line 14
  185.     public function block_stylesheets($context, array $blocks = [])
  186.     {
  187.         $macros $this->macros;
  188.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  189.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  190.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  191.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  192.         
  193.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  194.         
  195.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  196.     }
  197.     // line 15
  198.     public function block_pixel($context, array $blocks = [])
  199.     {
  200.         $macros $this->macros;
  201.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  202.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""pixel"));
  203.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  204.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""pixel"));
  205.         
  206.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  207.         
  208.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  209.     }
  210.     // line 36
  211.     public function block_header($context, array $blocks = [])
  212.     {
  213.         $macros $this->macros;
  214.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  215.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""header"));
  216.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  217.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""header"));
  218.         // line 37
  219.         echo "        <!-- Navigation -->
  220.         ";
  221.         // line 38
  222.         echo twig_include($this->env$context"/partials/_navbar.html.twig");
  223.         echo "
  224.     ";
  225.         
  226.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  227.         
  228.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  229.     }
  230.     // line 57
  231.     public function block_body($context, array $blocks = [])
  232.     {
  233.         $macros $this->macros;
  234.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  235.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  236.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  237.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  238.         // line 58
  239.         echo "
  240.         ";
  241.         
  242.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  243.         
  244.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  245.     }
  246.     // line 74
  247.     public function block_javascripts($context, array $blocks = [])
  248.     {
  249.         $macros $this->macros;
  250.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  251.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  252.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  253.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  254.         
  255.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  256.         
  257.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  258.     }
  259.     public function getTemplateName()
  260.     {
  261.         return "base.html.twig";
  262.     }
  263.     public function isTraitable()
  264.     {
  265.         return false;
  266.     }
  267.     public function getDebugInfo()
  268.     {
  269.         return array (  293 => 74,  280 => 58,  270 => 57,  257 => 38,  254 => 37,  244 => 36,  226 => 15,  208 => 14,  190 => 7,  177 => 75,  175 => 74,  163 => 64,  161 => 63,  158 => 62,  156 => 57,  152 => 55,  143 => 52,  140 => 51,  135 => 50,  126 => 47,  123 => 46,  119 => 45,  113 => 41,  110 => 36,  103 => 33,  101 => 31,  97 => 30,  94 => 29,  92 => 28,  78 => 16,  75 => 15,  73 => 14,  68 => 12,  64 => 11,  57 => 7,  49 => 1,);
  270.     }
  271.     public function getSourceContext()
  272.     {
  273.         return new Source("<!DOCTYPE html>
  274. <html>
  275.     <head>
  276.         <meta charset=\"UTF-8\">
  277.         <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">
  278.         <meta http-equiv=\"X-UA-Compatible\" content=\"ie=edge\">
  279.         <title>{% block title %}{% endblock %} | Al Kunuz</title>
  280.         <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css\" integrity=\"sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T\" crossorigin=\"anonymous\">
  281.         <link href=\"https://fonts.googleapis.com/css?family=Open+Sans\" rel=\"stylesheet\">
  282.         <link rel=\"stylesheet\" href=\"https://use.fontawesome.com/releases/v5.8.1/css/all.css\" integrity=\"sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf\" crossorigin=\"anonymous\">
  283.         <link rel=\"stylesheet\" href=\"{{ asset('css/app.css') }}\">
  284.         <link rel=\"shortcut icon\" type=\"image/x-icon\" href=\"{{ asset('image/al-kunuz_favicon.ico') }}\" />
  285.         {% block stylesheets %}{% endblock %}
  286.         {% block pixel %}{% endblock %}
  287.         <!-- Google Tag Manager -->
  288.         <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
  289.                     new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
  290.                 j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
  291.                 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
  292.             })(window,document,'script','dataLayer','GTM-5SMFTDFH');</script>
  293.         <!-- End Google Tag Manager -->
  294.     </head>
  295.     <body>
  296.     <!-- Google Tag Manager (noscript) -->
  297.     <noscript><iframe src=\"https://www.googletagmanager.com/ns.html?id=GTM-5SMFTDFH\" height=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe></noscript>
  298.     <!-- End Google Tag Manager (noscript) -->
  299.     {% if is_granted('ROLE_PREVIOUS_ADMIN')  %}
  300.         <div class=\"alert alert-warning\" style=\"margin-bottom: 0;\">
  301.             🚨 <strong>{% trans %}ATTENTION : Vous êtes connecté en tant que cet élève. Une fois l'action réalisée {% endtrans %}:
  302.                 <a href=\"{{ path('admin_subscription_index', {
  303.                     '_switch_user': '_exit'
  304.                 }) }}\">{% trans %}Déconnectez-vous du compte de l'élève{% endtrans %}</a></strong>
  305.         </div>
  306.     {% endif %}
  307.     {% block header %}
  308.         <!-- Navigation -->
  309.         {{ include('/partials/_navbar.html.twig') }}
  310.     {% endblock %}
  311.         <!-- Fash Message -->
  312.         <div class=\"container\">
  313.             {% for message in app.flashes('success') %}
  314.                 <div class=\"alert alert-success\">
  315.                     {{ message|trans }}
  316.                 </div>
  317.             {% endfor %}
  318.             {% for message in app.flashes('error') %}
  319.                 <div class=\"alert alert-danger\">
  320.                     {{ message|trans }}
  321.                 </div>
  322.             {% endfor %}
  323.         </div>
  324.         {% block body %}
  325.         {% endblock %}
  326.     <footer>
  327.         {% include('partials/footer.html.twig') %}
  328.     </footer>
  329.     <!-- Bootstrap JavaScript -->
  330.     <script src=\"https://code.jquery.com/jquery-3.3.1.min.js\" integrity=\"sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=\" crossorigin=\"anonymous\"></script>
  331.         <script src=\"https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js\" integrity=\"sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1\" crossorigin=\"anonymous\"></script>
  332.         <script src=\"https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js\" integrity=\"sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM\" crossorigin=\"anonymous\"></script>
  333.     <!-- Stripe JavaScript -->
  334.     <script src=\"https://js.stripe.com/v3/\"></script>
  335.     <!-- For loader -->
  336.         {% block javascripts %}{% endblock %}
  337.     </body>
  338. </html>
  339. ""base.html.twig""/home/staging/deploy/releases/163/templates/base.html.twig");
  340.     }
  341. }