var/cache/dev/twig/39/39f16afa502ff54bc6a7bfa6caccb74b99f15f2dd5780910e8ed2ee0b93d17df.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. /* KunstmaanAdminBundle::layout.html.twig */
  14. class __TwigTemplate_976faa879273177cb76be0567596ceceb7181060c9968b7c32195b7a5a171d72 extends \Twig\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->blocks = [
  23.             'extrabodyclasses' => [$this'block_extrabodyclasses'],
  24.             'body' => [$this'block_body'],
  25.             'fos_user_content' => [$this'block_fos_user_content'],
  26.             'admin_link' => [$this'block_admin_link'],
  27.             'forgot_password_link' => [$this'block_forgot_password_link'],
  28.             'login_logo' => [$this'block_login_logo'],
  29.             'footer' => [$this'block_footer'],
  30.         ];
  31.     }
  32.     protected function doGetParent(array $context)
  33.     {
  34.         // line 1
  35.         return "@KunstmaanAdmin/Default/layout.html.twig";
  36.     }
  37.     protected function doDisplay(array $context, array $blocks = [])
  38.     {
  39.         $macros $this->macros;
  40.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  41.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""KunstmaanAdminBundle::layout.html.twig"));
  42.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  43.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""KunstmaanAdminBundle::layout.html.twig"));
  44.         $this->parent $this->loadTemplate("@KunstmaanAdmin/Default/layout.html.twig""KunstmaanAdminBundle::layout.html.twig"1);
  45.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  46.         
  47.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  48.         
  49.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  50.     }
  51.     // line 3
  52.     public function block_extrabodyclasses($context, array $blocks = [])
  53.     {
  54.         $macros $this->macros;
  55.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  56.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""extrabodyclasses"));
  57.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  58.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""extrabodyclasses"));
  59.         echo "login";
  60.         
  61.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  62.         
  63.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  64.     }
  65.     // line 5
  66.     public function block_body($context, array $blocks = [])
  67.     {
  68.         $macros $this->macros;
  69.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  70.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  71.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  72.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  73.         // line 6
  74.         echo "    <h2 class=\"login__title\">
  75.         ";
  76.         // line 7
  77.         if ((isset($context["admin_logo"]) || array_key_exists("admin_logo"$context))) {
  78.             // line 8
  79.             echo "        <img class=\"app__header__brand__img\" src=\"";
  80.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl((isset($context["admin_logo"]) || array_key_exists("admin_logo"$context) ? $context["admin_logo"] : (function () { throw new RuntimeError('Variable "admin_logo" does not exist.'8$this->source); })())), "html"nulltrue);
  81.             echo "\" alt=\"";
  82.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans((isset($context["websitetitle"]) || array_key_exists("websitetitle"$context) ? $context["websitetitle"] : (function () { throw new RuntimeError('Variable "websitetitle" does not exist.'8$this->source); })())), "html"nulltrue);
  83.             echo "\">
  84.         ";
  85.         } else {
  86.             // line 10
  87.             echo "        ";
  88.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans((isset($context["websitetitle"]) || array_key_exists("websitetitle"$context) ? $context["websitetitle"] : (function () { throw new RuntimeError('Variable "websitetitle" does not exist.'10$this->source); })())), "html"nulltrue);
  89.             echo "
  90.         ";
  91.         }
  92.         // line 12
  93.         echo "    </h2>
  94.     <div class=\"login__form\">
  95.         ";
  96.         // line 15
  97.         if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_REMEMBERED")) {
  98.             // line 16
  99.             echo "            <div class=\"alert alert-warning\">
  100.                 <strong>";
  101.             // line 17
  102.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("form.warning"), "html"nulltrue);
  103.             echo ": </strong>
  104.                 ";
  105.             // line 18
  106.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("layout.logged_in_as", ["%username%" => 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.'18$this->source); })()), "user", [], "any"falsefalsefalse18), "username", [], "any"falsefalsefalse18)], "FOSUserBundle"), "html"nulltrue);
  107.             echo "
  108.                 <a href=\"";
  109.             // line 19
  110.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("fos_user_security_logout");
  111.             echo "\" class=\"btn btn-warning alert__action\">
  112.                     ";
  113.             // line 20
  114.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("layout.logout", [], "FOSUserBundle"), "html"nulltrue);
  115.             echo "
  116.                 </a>
  117.             </div>
  118.         ";
  119.         }
  120.         // line 24
  121.         echo "
  122.         ";
  123.         // line 25
  124.         $context['_parent'] = $context;
  125.         $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.'25$this->source); })()), "session", [], "any"falsefalsefalse25), "flashbag", [], "any"falsefalsefalse25), "all", [], "method"falsefalsefalse25));
  126.         foreach ($context['_seq'] as $context["key"] => $context["messages"]) {
  127.             // line 26
  128.             echo "            <div class=\"alert alert-";
  129.             echo twig_escape_filter($this->env$context["key"], "html"nulltrue);
  130.             echo " ";
  131.             echo twig_escape_filter($this->env$context["key"], "html"nulltrue);
  132.             echo "\">
  133.                 <button type=\"button\" class=\"close\" data-dismiss=\"alert\">
  134.                     <i class=\"fa fa-times\"></i>
  135.                 </button>
  136.                 ";
  137.             // line 30
  138.             $context['_parent'] = $context;
  139.             $context['_seq'] = twig_ensure_traversable($context["messages"]);
  140.             foreach ($context['_seq'] as $context["_key"] => $context["message"]) {
  141.                 // line 31
  142.                 echo "                    ";
  143.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans($context["message"], [], "FOSUserBundle"), "html"nulltrue);
  144.                 echo "
  145.                 ";
  146.             }
  147.             $_parent $context['_parent'];
  148.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['message'], $context['_parent'], $context['loop']);
  149.             $context array_intersect_key($context$_parent) + $_parent;
  150.             // line 33
  151.             echo "            </div>
  152.         ";
  153.         }
  154.         $_parent $context['_parent'];
  155.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['messages'], $context['_parent'], $context['loop']);
  156.         $context array_intersect_key($context$_parent) + $_parent;
  157.         // line 35
  158.         echo "
  159.         ";
  160.         // line 36
  161.         $this->displayBlock('fos_user_content'$context$blocks);
  162.         // line 37
  163.         echo "
  164.         ";
  165.         // line 38
  166.         $this->displayBlock('admin_link'$context$blocks);
  167.         // line 45
  168.         echo "
  169.         ";
  170.         // line 46
  171.         $this->displayBlock('forgot_password_link'$context$blocks);
  172.         // line 53
  173.         echo "    </div>
  174.     ";
  175.         // line 55
  176.         $this->displayBlock('login_logo'$context$blocks);
  177.         // line 58
  178.         echo "
  179.     ";
  180.         // line 59
  181.         $this->displayBlock('footer'$context$blocks);
  182.         
  183.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  184.         
  185.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  186.     }
  187.     // line 36
  188.     public function block_fos_user_content($context, array $blocks = [])
  189.     {
  190.         $macros $this->macros;
  191.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  192.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""fos_user_content"));
  193.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  194.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""fos_user_content"));
  195.         
  196.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  197.         
  198.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  199.     }
  200.     // line 38
  201.     public function block_admin_link($context, array $blocks = [])
  202.     {
  203.         $macros $this->macros;
  204.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  205.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""admin_link"));
  206.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  207.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""admin_link"));
  208.         // line 39
  209.         echo "            ";
  210.         if ((twig_in_filter("profile"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.'39$this->source); })()), "request", [], "any"falsefalsefalse39), "pathInfo", [], "any"falsefalsefalse39)) && !twig_in_filter("change-password"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.'39$this->source); })()), "request", [], "any"falsefalsefalse39), "pathInfo", [], "any"falsefalsefalse39)))) {
  211.             // line 40
  212.             echo "                <a href=\"";
  213.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("KunstmaanAdminBundle_homepage");
  214.             echo "\" class=\"btn btn-brand btn-block btn--raise-on-hover\">
  215.                     OK
  216.                 </a>
  217.             ";
  218.         }
  219.         // line 44
  220.         echo "        ";
  221.         
  222.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  223.         
  224.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  225.     }
  226.     // line 46
  227.     public function block_forgot_password_link($context, array $blocks = [])
  228.     {
  229.         $macros $this->macros;
  230.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  231.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""forgot_password_link"));
  232.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  233.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""forgot_password_link"));
  234.         // line 47
  235.         echo "            ";
  236.         if ((!twig_in_filter("resetting"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.'47$this->source); })()), "request", [], "any"falsefalsefalse47), "pathInfo", [], "any"falsefalsefalse47)) && !twig_in_filter("profile"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.'47$this->source); })()), "request", [], "any"falsefalsefalse47), "pathInfo", [], "any"falsefalsefalse47)))) {
  237.             // line 48
  238.             echo "                <a href=\"";
  239.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("fos_user_resetting_request");
  240.             echo "\" class=\"login__form__forgot-pw\">
  241.                     ";
  242.             // line 49
  243.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("kuma_admin.login.forgot_password"), "html"nulltrue);
  244.             echo "
  245.                 </a>
  246.             ";
  247.         }
  248.         // line 52
  249.         echo "        ";
  250.         
  251.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  252.         
  253.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  254.     }
  255.     // line 55
  256.     public function block_login_logo($context, array $blocks = [])
  257.     {
  258.         $macros $this->macros;
  259.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  260.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""login_logo"));
  261.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  262.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""login_logo"));
  263.         // line 56
  264.         echo "        <img src=\"/bundles/kunstmaanadmin/default-theme/img/kunstmaan/kunstmaan_white.svg\" class=\"login__logo\">
  265.     ";
  266.         
  267.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  268.         
  269.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  270.     }
  271.     // line 59
  272.     public function block_footer($context, array $blocks = [])
  273.     {
  274.         $macros $this->macros;
  275.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  276.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""footer"));
  277.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  278.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""footer"));
  279.         
  280.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  281.         
  282.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  283.     }
  284.     public function getTemplateName()
  285.     {
  286.         return "KunstmaanAdminBundle::layout.html.twig";
  287.     }
  288.     public function isTraitable()
  289.     {
  290.         return false;
  291.     }
  292.     public function getDebugInfo()
  293.     {
  294.         return array (  316 => 59,  305 => 56,  295 => 55,  285 => 52,  279 => 49,  274 => 48,  271 => 47,  261 => 46,  251 => 44,  243 => 40,  240 => 39,  230 => 38,  212 => 36,  202 => 59,  199 => 58,  197 => 55,  193 => 53,  191 => 46,  188 => 45,  186 => 38,  183 => 37,  181 => 36,  178 => 35,  171 => 33,  162 => 31,  158 => 30,  148 => 26,  144 => 25,  141 => 24,  134 => 20,  130 => 19,  126 => 18,  122 => 17,  119 => 16,  117 => 15,  112 => 12,  106 => 10,  98 => 8,  96 => 7,  93 => 6,  83 => 5,  64 => 3,  41 => 1,);
  295.     }
  296.     public function getSourceContext()
  297.     {
  298.         return new Source("{% extends '@KunstmaanAdmin/Default/layout.html.twig' %}
  299. {% block extrabodyclasses %}login{% endblock %}
  300. {% block body %}
  301.     <h2 class=\"login__title\">
  302.         {% if admin_logo is defined %}
  303.         <img class=\"app__header__brand__img\" src=\"{{ asset(admin_logo) }}\" alt=\"{{ websitetitle | trans }}\">
  304.         {% else %}
  305.         {{ websitetitle | trans }}
  306.         {% endif %}
  307.     </h2>
  308.     <div class=\"login__form\">
  309.         {% if is_granted(\"IS_AUTHENTICATED_REMEMBERED\") %}
  310.             <div class=\"alert alert-warning\">
  311.                 <strong>{{ 'form.warning' | trans }}: </strong>
  312.                 {{ 'layout.logged_in_as'|trans({'%username%': app.user.username}, 'FOSUserBundle') }}
  313.                 <a href=\"{{ path('fos_user_security_logout') }}\" class=\"btn btn-warning alert__action\">
  314.                     {{ 'layout.logout'|trans({}, 'FOSUserBundle') }}
  315.                 </a>
  316.             </div>
  317.         {% endif %}
  318.         {% for key, messages in app.session.flashbag.all() %}
  319.             <div class=\"alert alert-{{ key }} {{ key }}\">
  320.                 <button type=\"button\" class=\"close\" data-dismiss=\"alert\">
  321.                     <i class=\"fa fa-times\"></i>
  322.                 </button>
  323.                 {% for message in messages %}
  324.                     {{ message|trans({}, 'FOSUserBundle') }}
  325.                 {% endfor %}
  326.             </div>
  327.         {% endfor %}
  328.         {% block fos_user_content %}{% endblock fos_user_content %}
  329.         {% block admin_link %}
  330.             {% if 'profile' in app.request.pathInfo and 'change-password' not in app.request.pathInfo %}
  331.                 <a href=\"{{ path('KunstmaanAdminBundle_homepage') }}\" class=\"btn btn-brand btn-block btn--raise-on-hover\">
  332.                     OK
  333.                 </a>
  334.             {% endif %}
  335.         {% endblock %}
  336.         {% block forgot_password_link %}
  337.             {% if 'resetting' not in app.request.pathInfo and 'profile' not in app.request.pathInfo %}
  338.                 <a href=\"{{ path('fos_user_resetting_request') }}\" class=\"login__form__forgot-pw\">
  339.                     {{ 'kuma_admin.login.forgot_password'|trans }}
  340.                 </a>
  341.             {% endif %}
  342.         {% endblock %}
  343.     </div>
  344.     {% block login_logo %}
  345.         <img src=\"/bundles/kunstmaanadmin/default-theme/img/kunstmaan/kunstmaan_white.svg\" class=\"login__logo\">
  346.     {% endblock %}
  347.     {% block footer %}{% endblock %}
  348. {% endblock %}
  349. ""KunstmaanAdminBundle::layout.html.twig""/var/www/gcs/html/dev/vendor/kunstmaan/admin-bundle/Resources/views/layout.html.twig");
  350.     }
  351. }