var/cache/dev/twig/b1/b12b09fe743becfb1c41e65401ea2689.php line 43

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\CoreExtension;
  6. use Twig\Extension\SandboxExtension;
  7. use Twig\Markup;
  8. use Twig\Sandbox\SecurityError;
  9. use Twig\Sandbox\SecurityNotAllowedTagError;
  10. use Twig\Sandbox\SecurityNotAllowedFilterError;
  11. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  12. use Twig\Source;
  13. use Twig\Template;
  14. use Twig\TemplateWrapper;
  15. /* security/login.html.twig */
  16. class __TwigTemplate_1e67a0481ca5c4ee06761b97ef3e0e70 extends Template
  17. {
  18.     private Source $source;
  19.     /**
  20.      * @var array<string, Template>
  21.      */
  22.     private array $macros = [];
  23.     public function __construct(Environment $env)
  24.     {
  25.         parent::__construct($env);
  26.         $this->source $this->getSourceContext();
  27.         $this->blocks = [
  28.             'body' => [$this'block_body'],
  29.         ];
  30.     }
  31.     protected function doGetParent(array $context): bool|string|Template|TemplateWrapper
  32.     {
  33.         // line 1
  34.         return "base.html.twig";
  35.     }
  36.     protected function doDisplay(array $context, array $blocks = []): iterable
  37.     {
  38.         $macros $this->macros;
  39.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  40.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""security/login.html.twig"));
  41.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  42.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""security/login.html.twig"));
  43.         $this->parent $this->loadTemplate("base.html.twig""security/login.html.twig"1);
  44.         yield from $this->parent->unwrap()->yield($contextarray_merge($this->blocks$blocks));
  45.         
  46.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  47.         
  48.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  49.     }
  50.     // line 2
  51.     /**
  52.      * @return iterable<null|scalar|\Stringable>
  53.      */
  54.     public function block_body(array $context, array $blocks = []): iterable
  55.     {
  56.         $macros $this->macros;
  57.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  58.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  59.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  60.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  61.         // line 3
  62.         yield "    <div class=\"login-container\">
  63.         <!-- Page container -->
  64.         <div class=\"page-container\">
  65.             <!-- Page content -->
  66.             <div class=\"page-content\">
  67.                 <!-- Main content -->
  68.                 <div class=\"content-wrapper\">
  69.                     <!-- Content area -->
  70.                     <div class=\"content\">
  71.                         <!-- Simple login form -->
  72.                         <form action=\"";
  73.         // line 17
  74.         yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("login");
  75.         yield "\" method=\"post\" class=\"form-validate\">
  76.                             <div class=\"panel panel-body login-form\" style=\"background-color: #749CB0\">
  77.                                 <div class=\"text-center\">
  78.                                     <div class=\"row\">
  79.                                         <img src=\"";
  80.         // line 21
  81.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("global_assets/images/01_fra_logo_white.png"), "html"nulltrue);
  82.         yield "\" style=\"width: 30%; float: right;;\">
  83.                                     </div>
  84.                                     <div class=\"border-slate-300 text-slate-300\"><img
  85.                                                 src=\"";
  86.         // line 24
  87.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("global_assets/images/01_scorebox_logo_white.png"), "html"nulltrue);
  88.         yield "\" style=\"width: 80%\"></div>
  89.                                     <h5 class=\"content-group\" style=\"color:#ffffff; margin-top:20px;\">";
  90.         // line 25
  91.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("login.login_to_your_account"), "html"nulltrue);
  92.         yield "
  93.                                         <small class=\"display-block\" style=\"color:#ffffff\">";
  94.         // line 26
  95.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("login.description"), "html"nulltrue);
  96.         yield "</small>
  97.                                     </h5>
  98.                                 </div>
  99.                                 <div class=\"form-group ";
  100.         // line 30
  101.         if ((isset($context["error"]) || array_key_exists("error"$context) ? $context["error"] : (function () { throw new RuntimeError('Variable "error" does not exist.'30$this->source); })())) {
  102.             yield " has-error ";
  103.         }
  104.         yield " has-feedback has-feedback-left\" style=\"color: #749CB0\">
  105.                                     <input type=\"text\" class=\"form-control\" required=\"required\"
  106.                                            placeholder=\"";
  107.         // line 32
  108.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("email"), "html"nulltrue);
  109.         yield "\"
  110.                                            name=\"_username\"
  111.                                            value=\"";
  112.         // line 34
  113.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["last_username"]) || array_key_exists("last_username"$context) ? $context["last_username"] : (function () { throw new RuntimeError('Variable "last_username" does not exist.'34$this->source); })()), "html"nulltrue);
  114.         yield "\">
  115.                                     <div class=\"form-control-feedback\">
  116.                                         <i class=\"icon-paperplane text-muted\" style=\"color:#749CB0\"></i>
  117.                                     </div>
  118.                                 </div>
  119.                                 <div class=\"form-group ";
  120.         // line 40
  121.         if ((isset($context["error"]) || array_key_exists("error"$context) ? $context["error"] : (function () { throw new RuntimeError('Variable "error" does not exist.'40$this->source); })())) {
  122.             yield " has-error ";
  123.         }
  124.         yield " has-feedback has-feedback-left\">
  125.                                     <input type=\"password\" class=\"form-control\" required=\"required\"
  126.                                            placeholder=\"";
  127.         // line 42
  128.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("password"), "html"nulltrue);
  129.         yield "\"
  130.                                            name=\"_password\">
  131.                                     <div class=\"form-control-feedback\">
  132.                                         <i class=\"icon-lock2 text-muted\" style=\"color:#749CB0;\"></i>
  133.                                     </div>
  134.                                 </div>
  135.                                 ";
  136.         // line 48
  137.         if ((isset($context["error"]) || array_key_exists("error"$context) ? $context["error"] : (function () { throw new RuntimeError('Variable "error" does not exist.'48$this->source); })())) {
  138.             // line 49
  139.             yield "                                    <div class=\"form-group has-error\">
  140.                                         <span class=\"help-block\">
  141.                                             <ul class=\"list-unstyled\">
  142.                                                 <li><span class=\"glyphicon glyphicon-exclamation-sign\"></span> ";
  143.             // line 52
  144.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(CoreExtension::getAttribute($this->env$this->source, (isset($context["error"]) || array_key_exists("error"$context) ? $context["error"] : (function () { throw new RuntimeError('Variable "error" does not exist.'52$this->source); })()), "messageKey", [], "any"falsefalsefalse52), [], "validators"), "html"nulltrue);
  145.             yield "</li>
  146.                                             </ul>
  147.                                         </span>
  148.                                     </div>
  149.                                 ";
  150.         }
  151.         // line 57
  152.         yield "
  153.                                 <div class=\"form-group\">
  154.                                     <button type=\"submit\" class=\"btn btn-primary btn-block\">";
  155.         // line 59
  156.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("signIn"), "html"nulltrue);
  157.         yield "<i
  158.                                                 class=\"icon-circle-right2 position-right\"></i></button>
  159.                                 </div>
  160.                                 <div class=\"text-center\">
  161.                                     <a href=\"";
  162.         // line 63
  163.         yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("resetPassword");
  164.         yield "\" style=\"color:white\">";
  165.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("forgotPassword.title"), "html"nulltrue);
  166.         yield "</a>
  167.                                 </div>
  168.                             </div>
  169.                         </form>
  170.                         <!-- /simple login form -->
  171.                         <!-- Footer -->
  172.                         <div class=\"footer text-muted text-center\">
  173.                             ";
  174.         // line 72
  175.         yield from         $this->loadTemplate("includes/_footer.html.twig""security/login.html.twig"72)->unwrap()->yield($context);
  176.         // line 73
  177.         yield "                        </div>
  178.                         <!-- /footer -->
  179.                     </div>
  180.                     <!-- /content area -->
  181.                 </div>
  182.                 <!-- /main content -->
  183.             </div>
  184.             <!-- /page content -->
  185.         </div>
  186.     </div>
  187. ";
  188.         
  189.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  190.         
  191.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  192.         yield from [];
  193.     }
  194.     /**
  195.      * @codeCoverageIgnore
  196.      */
  197.     public function getTemplateName(): string
  198.     {
  199.         return "security/login.html.twig";
  200.     }
  201.     /**
  202.      * @codeCoverageIgnore
  203.      */
  204.     public function isTraitable(): bool
  205.     {
  206.         return false;
  207.     }
  208.     /**
  209.      * @codeCoverageIgnore
  210.      */
  211.     public function getDebugInfo(): array
  212.     {
  213.         return array (  199 => 73,  197 => 72,  183 => 63,  176 => 59,  172 => 57,  164 => 52,  159 => 49,  157 => 48,  148 => 42,  141 => 40,  132 => 34,  127 => 32,  120 => 30,  113 => 26,  109 => 25,  105 => 24,  99 => 21,  92 => 17,  76 => 3,  63 => 2,  40 => 1,);
  214.     }
  215.     public function getSourceContext(): Source
  216.     {
  217.         return new Source("{% extends 'base.html.twig' %}
  218. {% block body %}
  219.     <div class=\"login-container\">
  220.         <!-- Page container -->
  221.         <div class=\"page-container\">
  222.             <!-- Page content -->
  223.             <div class=\"page-content\">
  224.                 <!-- Main content -->
  225.                 <div class=\"content-wrapper\">
  226.                     <!-- Content area -->
  227.                     <div class=\"content\">
  228.                         <!-- Simple login form -->
  229.                         <form action=\"{{ path('login') }}\" method=\"post\" class=\"form-validate\">
  230.                             <div class=\"panel panel-body login-form\" style=\"background-color: #749CB0\">
  231.                                 <div class=\"text-center\">
  232.                                     <div class=\"row\">
  233.                                         <img src=\"{{ asset('global_assets/images/01_fra_logo_white.png') }}\" style=\"width: 30%; float: right;;\">
  234.                                     </div>
  235.                                     <div class=\"border-slate-300 text-slate-300\"><img
  236.                                                 src=\"{{ asset('global_assets/images/01_scorebox_logo_white.png') }}\" style=\"width: 80%\"></div>
  237.                                     <h5 class=\"content-group\" style=\"color:#ffffff; margin-top:20px;\">{{ 'login.login_to_your_account'|trans }}
  238.                                         <small class=\"display-block\" style=\"color:#ffffff\">{{ 'login.description'|trans }}</small>
  239.                                     </h5>
  240.                                 </div>
  241.                                 <div class=\"form-group {% if error %} has-error {% endif %} has-feedback has-feedback-left\" style=\"color: #749CB0\">
  242.                                     <input type=\"text\" class=\"form-control\" required=\"required\"
  243.                                            placeholder=\"{{ 'email'|trans }}\"
  244.                                            name=\"_username\"
  245.                                            value=\"{{ last_username }}\">
  246.                                     <div class=\"form-control-feedback\">
  247.                                         <i class=\"icon-paperplane text-muted\" style=\"color:#749CB0\"></i>
  248.                                     </div>
  249.                                 </div>
  250.                                 <div class=\"form-group {% if error %} has-error {% endif %} has-feedback has-feedback-left\">
  251.                                     <input type=\"password\" class=\"form-control\" required=\"required\"
  252.                                            placeholder=\"{{ 'password'|trans }}\"
  253.                                            name=\"_password\">
  254.                                     <div class=\"form-control-feedback\">
  255.                                         <i class=\"icon-lock2 text-muted\" style=\"color:#749CB0;\"></i>
  256.                                     </div>
  257.                                 </div>
  258.                                 {% if error %}
  259.                                     <div class=\"form-group has-error\">
  260.                                         <span class=\"help-block\">
  261.                                             <ul class=\"list-unstyled\">
  262.                                                 <li><span class=\"glyphicon glyphicon-exclamation-sign\"></span> {{ error.messageKey|trans({},'validators') }}</li>
  263.                                             </ul>
  264.                                         </span>
  265.                                     </div>
  266.                                 {% endif %}
  267.                                 <div class=\"form-group\">
  268.                                     <button type=\"submit\" class=\"btn btn-primary btn-block\">{{ 'signIn'|trans }}<i
  269.                                                 class=\"icon-circle-right2 position-right\"></i></button>
  270.                                 </div>
  271.                                 <div class=\"text-center\">
  272.                                     <a href=\"{{ path('resetPassword') }}\" style=\"color:white\">{{ 'forgotPassword.title'|trans }}</a>
  273.                                 </div>
  274.                             </div>
  275.                         </form>
  276.                         <!-- /simple login form -->
  277.                         <!-- Footer -->
  278.                         <div class=\"footer text-muted text-center\">
  279.                             {% include 'includes/_footer.html.twig' %}
  280.                         </div>
  281.                         <!-- /footer -->
  282.                     </div>
  283.                     <!-- /content area -->
  284.                 </div>
  285.                 <!-- /main content -->
  286.             </div>
  287.             <!-- /page content -->
  288.         </div>
  289.     </div>
  290. {% endblock %}
  291. ""security/login.html.twig""/var/www/templates/security/login.html.twig");
  292.     }
  293. }