<?php 
 
use Twig\Environment; 
use Twig\Error\LoaderError; 
use Twig\Error\RuntimeError; 
use Twig\Extension\SandboxExtension; 
use Twig\Markup; 
use Twig\Sandbox\SecurityError; 
use Twig\Sandbox\SecurityNotAllowedTagError; 
use Twig\Sandbox\SecurityNotAllowedFilterError; 
use Twig\Sandbox\SecurityNotAllowedFunctionError; 
use Twig\Source; 
use Twig\Template; 
 
/* admin/base.html.twig */ 
class __TwigTemplate_ab9f3538aef828251361a5bff6116bd0babc38b2d998e021eb30137b0b7fa7e5 extends Template 
{ 
    private $source; 
    private $macros = []; 
 
    public function __construct(Environment $env) 
    { 
        parent::__construct($env); 
 
        $this->source = $this->getSourceContext(); 
 
        $this->parent = false; 
 
        $this->blocks = [ 
            'title' => [$this, 'block_title'], 
            'stylesheets' => [$this, 'block_stylesheets'], 
            'body' => [$this, 'block_body'], 
            'javascripts' => [$this, 'block_javascripts'], 
        ]; 
    } 
 
    protected function doDisplay(array $context, array $blocks = []) 
    { 
        $macros = $this->macros; 
        $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"]; 
        $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "admin/base.html.twig")); 
 
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; 
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "admin/base.html.twig")); 
 
        // line 1 
        echo "<!DOCTYPE html> 
<html> 
<head> 
    <meta charset=\"UTF-8\"> 
    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"> 
    <meta http-equiv=\"X-UA-Compatible\" content=\"ie=edge\"> 
    <meta name=\"robots\" content=\"noindex,nofollow\"> 
    <meta name=\"AdsBot-Google\" content=\"noindex\"> 
    <title>Al Kunuz - Admin - "; 
        // line 9 
        $this->displayBlock('title', $context, $blocks); 
        echo "</title> 
    <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\"> 
    <link href=\"https://fonts.googleapis.com/css?family=Open+Sans\" rel=\"stylesheet\"> 
    <link rel=\"stylesheet\" href=\"https://use.fontawesome.com/releases/v5.8.1/css/all.css\" integrity=\"sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf\" crossorigin=\"anonymous\"> 
    <link rel=\"stylesheet\" href=\""; 
        // line 13 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/app.css"), "html", null, true); 
        echo "\"> 
    <link rel=\"shortcut icon\" type=\"image/x-icon\" href=\""; 
        // line 14 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("image/al-kunuz_favicon.ico"), "html", null, true); 
        echo "\" /> 
    "; 
        // line 15 
        $this->displayBlock('stylesheets', $context, $blocks); 
        // line 16 
        echo "</head> 
<body> 
"; 
        // line 18 
        if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("ROLE_PREVIOUS_ADMIN")) { 
            // line 19 
            echo "    <div class=\"alert alert-warning\" style=\"margin-bottom: 0;\"> 
        🚨 <strong>"; 
            // line 20 
            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"); 
            echo ": 
            <a href=\""; 
            // line 21 
            echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("admin_subscription_index", ["_switch_user" => "_exit"]); 
            // line 23 
            echo "\">"; 
            echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Déconnectez-vous du compte de l'élève", [], "messages"); 
            echo "</a></strong> 
    </div> 
"; 
        } 
        // line 26 
        echo "<div class=\"content-main\"> 
    <!-- Navigation --> 
    "; 
        // line 28 
        $this->loadTemplate("admin/partials/header.html.twig", "admin/base.html.twig", 28)->display($context); 
        // line 29 
        echo "    <!-- End Navigation --> 
    <!-- Fash Message --> 
    <div class=\"container\"> 
        "; 
        // line 32 
        $context['_parent'] = $context; 
        $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.', 32, $this->source); })()), "flashes", [0 => "success"], "method", false, false, false, 32)); 
        foreach ($context['_seq'] as $context["_key"] => $context["message"]) { 
            // line 33 
            echo "            <div class=\"alert alert-success\"> 
                "; 
            // line 34 
            echo twig_escape_filter($this->env, $context["message"], "html", null, true); 
            echo " 
            </div> 
        "; 
        } 
        $_parent = $context['_parent']; 
        unset($context['_seq'], $context['_iterated'], $context['_key'], $context['message'], $context['_parent'], $context['loop']); 
        $context = array_intersect_key($context, $_parent) + $_parent; 
        // line 37 
        echo "        "; 
        $context['_parent'] = $context; 
        $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.', 37, $this->source); })()), "flashes", [0 => "error"], "method", false, false, false, 37)); 
        foreach ($context['_seq'] as $context["_key"] => $context["message"]) { 
            // line 38 
            echo "            <div class=\"alert alert-danger\"> 
                "; 
            // line 39 
            echo twig_escape_filter($this->env, $context["message"], "html", null, true); 
            echo " 
            </div> 
        "; 
        } 
        $_parent = $context['_parent']; 
        unset($context['_seq'], $context['_iterated'], $context['_key'], $context['message'], $context['_parent'], $context['loop']); 
        $context = array_intersect_key($context, $_parent) + $_parent; 
        // line 42 
        echo "    </div> 
    <!-- End Fash Message --> 
    "; 
        // line 44 
        $this->displayBlock('body', $context, $blocks); 
        // line 47 
        echo "    "; 
        echo twig_include($this->env, $context, "profil/partials/footer.html.twig"); 
        echo " 
    <!-- Bootstrap JavaScript --> 
    <script src=\"https://code.jquery.com/jquery-3.3.1.min.js\" integrity=\"sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=\" crossorigin=\"anonymous\"></script> 
    <script src=\"https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js\" integrity=\"sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1\" crossorigin=\"anonymous\"></script> 
    <script src=\"https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js\" integrity=\"sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM\" crossorigin=\"anonymous\"></script> 
 
 
 
 
    "; 
        // line 56 
        $this->displayBlock('javascripts', $context, $blocks); 
        // line 57 
        echo "</div> 
</body> 
 
</html> 
"; 
         
        $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof); 
 
         
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); 
 
    } 
 
    // line 9 
    public function block_title($context, array $blocks = []) 
    { 
        $macros = $this->macros; 
        $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"]; 
        $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title")); 
 
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; 
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title")); 
 
         
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); 
 
         
        $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof); 
 
    } 
 
    // line 15 
    public function block_stylesheets($context, array $blocks = []) 
    { 
        $macros = $this->macros; 
        $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"]; 
        $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets")); 
 
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; 
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets")); 
 
         
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); 
 
         
        $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof); 
 
    } 
 
    // line 44 
    public function block_body($context, array $blocks = []) 
    { 
        $macros = $this->macros; 
        $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"]; 
        $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body")); 
 
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; 
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body")); 
 
        // line 45 
        echo " 
    "; 
         
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); 
 
         
        $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof); 
 
    } 
 
    // line 56 
    public function block_javascripts($context, array $blocks = []) 
    { 
        $macros = $this->macros; 
        $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"]; 
        $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts")); 
 
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; 
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts")); 
 
         
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); 
 
         
        $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof); 
 
    } 
 
    public function getTemplateName() 
    { 
        return "admin/base.html.twig"; 
    } 
 
    public function isTraitable() 
    { 
        return false; 
    } 
 
    public function getDebugInfo() 
    { 
        return array (  232 => 56,  221 => 45,  211 => 44,  193 => 15,  175 => 9,  161 => 57,  159 => 56,  146 => 47,  144 => 44,  140 => 42,  131 => 39,  128 => 38,  123 => 37,  114 => 34,  111 => 33,  107 => 32,  102 => 29,  100 => 28,  96 => 26,  89 => 23,  87 => 21,  83 => 20,  80 => 19,  78 => 18,  74 => 16,  72 => 15,  68 => 14,  64 => 13,  57 => 9,  47 => 1,); 
    } 
 
    public function getSourceContext() 
    { 
        return new Source("<!DOCTYPE html> 
<html> 
<head> 
    <meta charset=\"UTF-8\"> 
    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"> 
    <meta http-equiv=\"X-UA-Compatible\" content=\"ie=edge\"> 
    <meta name=\"robots\" content=\"noindex,nofollow\"> 
    <meta name=\"AdsBot-Google\" content=\"noindex\"> 
    <title>Al Kunuz - Admin - {% block title %}{% endblock %}</title> 
    <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\"> 
    <link href=\"https://fonts.googleapis.com/css?family=Open+Sans\" rel=\"stylesheet\"> 
    <link rel=\"stylesheet\" href=\"https://use.fontawesome.com/releases/v5.8.1/css/all.css\" integrity=\"sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf\" crossorigin=\"anonymous\"> 
    <link rel=\"stylesheet\" href=\"{{ asset('css/app.css') }}\"> 
    <link rel=\"shortcut icon\" type=\"image/x-icon\" href=\"{{ asset('image/al-kunuz_favicon.ico') }}\" /> 
    {% block stylesheets %}{% endblock %} 
</head> 
<body> 
{% if is_granted('ROLE_PREVIOUS_ADMIN')  %} 
    <div class=\"alert alert-warning\" style=\"margin-bottom: 0;\"> 
        🚨 <strong>{% trans %}ATTENTION : Vous êtes connecté en tant que cet élève. Une fois l'action réalisée {% endtrans %}: 
            <a href=\"{{ path('admin_subscription_index', { 
                '_switch_user': '_exit' 
            }) }}\">{% trans %}Déconnectez-vous du compte de l'élève{% endtrans %}</a></strong> 
    </div> 
{% endif %} 
<div class=\"content-main\"> 
    <!-- Navigation --> 
    {% include('admin/partials/header.html.twig') %} 
    <!-- End Navigation --> 
    <!-- Fash Message --> 
    <div class=\"container\"> 
        {% for message in app.flashes('success') %} 
            <div class=\"alert alert-success\"> 
                {{ message }} 
            </div> 
        {% endfor %} 
        {% for message in app.flashes('error') %} 
            <div class=\"alert alert-danger\"> 
                {{ message }} 
            </div> 
        {% endfor %} 
    </div> 
    <!-- End Fash Message --> 
    {% block body %} 
 
    {% endblock %} 
    {{ include('profil/partials/footer.html.twig') }} 
    <!-- Bootstrap JavaScript --> 
    <script src=\"https://code.jquery.com/jquery-3.3.1.min.js\" integrity=\"sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=\" crossorigin=\"anonymous\"></script> 
    <script src=\"https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js\" integrity=\"sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1\" crossorigin=\"anonymous\"></script> 
    <script src=\"https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js\" integrity=\"sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM\" crossorigin=\"anonymous\"></script> 
 
 
 
 
    {% block javascripts %}{% endblock %} 
</div> 
</body> 
 
</html> 
", "admin/base.html.twig", "/home/staging/deploy/releases/163/templates/admin/base.html.twig"); 
    } 
}