var/cache/dev/twig/f6/f69a4eb249be98a7fe9fb485d569878fff07ab17923a626419ad1193d91ead3b.php line 33

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. /* front/security/login.html.twig */
  14. class __TwigTemplate_18f188ab9473ea467af92e9f8918a8a74e3fe98fd7537a0a29f83c435b898b43 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.         ];
  25.     }
  26.     protected function doDisplay(array $context, array $blocks = [])
  27.     {
  28.         $macros $this->macros;
  29.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  30.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""front/security/login.html.twig"));
  31.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  32.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""front/security/login.html.twig"));
  33.         // line 1
  34.         $context["prefix_title"] = "Logowanie";
  35.         // line 2
  36.         $this->loadTemplate("front/_header-start.html.twig""front/security/login.html.twig"2)->display($context);
  37.         // line 3
  38.         echo "<main>
  39.   <div class=\"container\">
  40.     <p class=\"t-center mb-30\"><img src=\"";
  41.         // line 6
  42.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/front/logo-colors.svg"), "html"nulltrue);
  43.         echo "\"></p>
  44.     <h1 class=\"mb-30 t-center\">Logowanie</h1>
  45.     <div class=\"row\">
  46.       <div class=\"offset-lg-3 col-lg-6\">
  47.         <div class=\"bx-white pb-40\">
  48.           <script>
  49.             \$(document).ready(function(){
  50.               \$(\"form\").validate({
  51.                 ignore: \":disabled, :hidden\"
  52.               });
  53.             });
  54.           </script>
  55.           <div class=\"row\">
  56.             <div class=\"offset-lg-2 col-lg-8 html-editor\">
  57.               <form action=\"";
  58.         // line 21
  59.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("login");
  60.         echo "\" method=\"POST\" class=\"bx-padding\">
  61.                 ";
  62.         // line 22
  63.         $this->loadTemplate("admin/_flash-messages.html.twig""front/security/login.html.twig"22)->display($context);
  64.         // line 23
  65.         echo "                <input type=\"hidden\" name=\"_csrf_token\" value=\"";
  66.         echo twig_escape_filter($this->env$this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderCsrfToken("authenticate"), "html"nulltrue);
  67.         echo "\">
  68.                 <div class=\"form-field\">
  69.                   <label for=\"_username\">E-mail</label>
  70.                   <input type=\"email\" name=\"_username\" class=\"required form-control\" value=\"";
  71.         // line 26
  72.         echo twig_escape_filter($this->env, (isset($context["last_username"]) || array_key_exists("last_username"$context) ? $context["last_username"] : (function () { throw new RuntimeError('Variable "last_username" does not exist.'26$this->source); })()), "html"nulltrue);
  73.         echo "\" required>
  74.                 </div>
  75.                 <div class=\"form-field mb-10\">
  76.                   <label for=\"_password\">Hasło</label>
  77.                   <input type=\"password\" name=\"_password\" class=\"required form-control\">
  78.                 </div>
  79.                 <p class=\"text-right fr fs-14 mb-40\"><a href=\"";
  80.         // line 32
  81.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("remind_password");
  82.         echo "\"><strong>Nie pamiętasz hasła?</strong></a></p>
  83.                 <button type=\"submit\" class=\"btn btn-thirdary full btn-submit\">ZALOGUJ&nbsp;&nbsp;</button>
  84.               </form>
  85.               <div class=\"t-center\">
  86.                 <p>Nie posiadasz konta?<br/><a href=\"";
  87.         // line 36
  88.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("register");
  89.         echo "\">Przejdź do rejestracji&nbsp;&nbsp;<i class=\"fad fa-chevron-right\"></i></a></p>
  90.               </div>
  91.             </div>
  92.           </div>
  93.         </div>
  94.       </div>
  95.     </div>
  96.   </div>
  97. </main>
  98. ";
  99.         // line 47
  100.         $this->loadTemplate("front/_footer.html.twig""front/security/login.html.twig"47)->display($context);
  101.         // line 48
  102.         $this->loadTemplate("front/_footer-end.html.twig""front/security/login.html.twig"48)->display($context);
  103.         
  104.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  105.         
  106.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  107.     }
  108.     public function getTemplateName()
  109.     {
  110.         return "front/security/login.html.twig";
  111.     }
  112.     public function isTraitable()
  113.     {
  114.         return false;
  115.     }
  116.     public function getDebugInfo()
  117.     {
  118.         return array (  115 => 48,  113 => 47,  99 => 36,  92 => 32,  83 => 26,  76 => 23,  74 => 22,  70 => 21,  52 => 6,  47 => 3,  45 => 2,  43 => 1,);
  119.     }
  120.     public function getSourceContext()
  121.     {
  122.         return new Source("{% set prefix_title = 'Logowanie' %}
  123. {% include'front/_header-start.html.twig' %}
  124. <main>
  125.   <div class=\"container\">
  126.     <p class=\"t-center mb-30\"><img src=\"{{ asset(\"img/front/logo-colors.svg\") }}\"></p>
  127.     <h1 class=\"mb-30 t-center\">Logowanie</h1>
  128.     <div class=\"row\">
  129.       <div class=\"offset-lg-3 col-lg-6\">
  130.         <div class=\"bx-white pb-40\">
  131.           <script>
  132.             \$(document).ready(function(){
  133.               \$(\"form\").validate({
  134.                 ignore: \":disabled, :hidden\"
  135.               });
  136.             });
  137.           </script>
  138.           <div class=\"row\">
  139.             <div class=\"offset-lg-2 col-lg-8 html-editor\">
  140.               <form action=\"{{ path('login') }}\" method=\"POST\" class=\"bx-padding\">
  141.                 {% include 'admin/_flash-messages.html.twig' %}
  142.                 <input type=\"hidden\" name=\"_csrf_token\" value=\"{{ csrf_token('authenticate') }}\">
  143.                 <div class=\"form-field\">
  144.                   <label for=\"_username\">E-mail</label>
  145.                   <input type=\"email\" name=\"_username\" class=\"required form-control\" value=\"{{ last_username }}\" required>
  146.                 </div>
  147.                 <div class=\"form-field mb-10\">
  148.                   <label for=\"_password\">Hasło</label>
  149.                   <input type=\"password\" name=\"_password\" class=\"required form-control\">
  150.                 </div>
  151.                 <p class=\"text-right fr fs-14 mb-40\"><a href=\"{{ path('remind_password') }}\"><strong>Nie pamiętasz hasła?</strong></a></p>
  152.                 <button type=\"submit\" class=\"btn btn-thirdary full btn-submit\">ZALOGUJ&nbsp;&nbsp;</button>
  153.               </form>
  154.               <div class=\"t-center\">
  155.                 <p>Nie posiadasz konta?<br/><a href=\"{{ path('register') }}\">Przejdź do rejestracji&nbsp;&nbsp;<i class=\"fad fa-chevron-right\"></i></a></p>
  156.               </div>
  157.             </div>
  158.           </div>
  159.         </div>
  160.       </div>
  161.     </div>
  162.   </div>
  163. </main>
  164. {% include 'front/_footer.html.twig' %}
  165. {% include'front/_footer-end.html.twig' %}""front/security/login.html.twig""/var/www/vhosts/honeti.net/wedoit.honeti.net/templates/front/security/login.html.twig");
  166.     }
  167. }