var/cache/review/twig/55/55e197defb60aadb347d1af69af7bee7.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. /* security/login.html.twig */
  14. class __TwigTemplate_11cb91f9c38f57868e8bcc25b26637b1 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->blocks = [
  23.             'title' => [$this'block_title'],
  24.             'mainContainer' => [$this'block_mainContainer'],
  25.         ];
  26.     }
  27.     protected function doGetParent(array $context)
  28.     {
  29.         // line 1
  30.         return "security/grid.html.twig";
  31.     }
  32.     protected function doDisplay(array $context, array $blocks = [])
  33.     {
  34.         $macros $this->macros;
  35.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  36.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""security/login.html.twig"));
  37.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  38.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""security/login.html.twig"));
  39.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  40.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""security/login.html.twig"));
  41.         // line 3
  42.         $context["linkLangSupport"] = (((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.'3$this->source); })()), "request", [], "any"falsefalsefalse3), "locale", [], "any"falsefalsefalse3) == "en")) ? ("/en") : (""));
  43.         // line 1
  44.         $this->parent $this->loadTemplate("security/grid.html.twig""security/login.html.twig"1);
  45.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  46.         
  47.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  48.         
  49.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  50.         
  51.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  52.     }
  53.     // line 5
  54.     public function block_title($context, array $blocks = [])
  55.     {
  56.         $macros $this->macros;
  57.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  58.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  59.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  60.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  61.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  62.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  63.         echo "Войти в Личный Кабинет МосДосуг";
  64.         
  65.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  66.         
  67.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  68.         
  69.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  70.     }
  71.     // line 7
  72.     public function block_mainContainer($context, array $blocks = [])
  73.     {
  74.         $macros $this->macros;
  75.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  76.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""mainContainer"));
  77.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  78.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""mainContainer"));
  79.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  80.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""mainContainer"));
  81.         // line 8
  82.         echo "\t";
  83.         echo $this->extensions['Knp\Menu\Twig\MenuExtension']->render("breadcrumbs", ["template" => "__design/v2023/_menu/breadcrumbs.html.twig"]);
  84.         echo "
  85. \t<div class=\"heading d-none\">
  86. \t\t<h1 class=\"heading-title text-title mr-1\" role=\"heading\">";
  87.         // line 11
  88.         echo (($this->extensions['App\Twig\SeoExtension']->pageHeading()) ? ($this->extensions['App\Twig\SeoExtension']->pageHeading()) : ("Условия использования"));
  89.         echo "</h1>
  90. \t</div>
  91. \t<div class=\"float-block white-block login-block d-flex\">
  92.         <div class=\"float-block-heading fw-700\">Вход</div>
  93.         ";
  94.         // line 18
  95.         echo "        ";
  96.         if ((isset($context["error"]) || array_key_exists("error"$context) ? $context["error"] : (function () { throw new RuntimeError('Variable "error" does not exist.'18$this->source); })())) {
  97.             // line 19
  98.             echo "            <div class=\"form-error\" data-form-error><span class=\"clr-main-text\">Ошибка:</span> <span data-form-error-text>";
  99.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env$this->source, (isset($context["error"]) || array_key_exists("error"$context) ? $context["error"] : (function () { throw new RuntimeError('Variable "error" does not exist.'19$this->source); })()), "messageKey", [], "any"falsefalsefalse19), twig_get_attribute($this->env$this->source, (isset($context["error"]) || array_key_exists("error"$context) ? $context["error"] : (function () { throw new RuntimeError('Variable "error" does not exist.'19$this->source); })()), "messageData", [], "any"falsefalsefalse19), "security"), "html"nulltrue);
  100.             echo "</span></div>
  101.         ";
  102.         }
  103.         // line 21
  104.         echo "
  105.         <form class=\"form\" method=\"POST\">
  106.             <input type=\"hidden\" name=\"_csrf_token\" value=\"";
  107.         // line 23
  108.         echo twig_escape_filter($this->env$this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderCsrfToken("authenticate"), "html"nulltrue);
  109.         echo "\">
  110.             <div class=\"form-field\">
  111.                 <div class=\"form-control d-flex-c\">
  112.                     <label class=\"form-label\" for=\"email\">
  113.                         <svg class=\"form-icon\" fill=\"none\" viewbox=\"0 0 24 25\"><path fill-rule=\"evenodd\" d=\"M22 6.5c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-12Zm-2 0-8 5-8-5h16Zm-8 7-8-5v10h16v-10l-8 5Z\" clip-rule=\"evenodd\"/></svg>
  114.                     </label>
  115.                     <input class=\"form-input\" type=\"email\" placeholder=\"E-mail\" autocomplete=\"email\" autofocus name=\"email\" value=\"";
  116.         // line 29
  117.         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.'29$this->source); })()), "html"nulltrue);
  118.         echo "\" required>
  119.                 </div>
  120.                 ";
  121.         // line 32
  122.         echo "            </div>
  123.             <div class=\"form-field\">
  124.                 <div class=\"form-control d-flex-c\">
  125.                     <label class=\"form-label\" for=\"password\">
  126.                         <svg class=\"form-icon\" viewbox=\"0 0 24 25\" fill=\"none\"><path d=\"M7 14.347c.514 0 .95-.18 1.309-.538.358-.36.538-.796.538-1.308 0-.513-.18-.95-.538-1.308A1.783 1.783 0 0 0 7 10.655c-.513 0-.95.179-1.308.538-.36.359-.538.795-.538 1.308 0 .512.179.948.538 1.308.359.358.795.538 1.308.538Zm0 2.885c-1.333 0-2.454-.456-3.364-1.366-.911-.91-1.366-2.032-1.366-3.365 0-1.334.455-2.455 1.366-3.365C4.546 8.225 5.667 7.77 7 7.77c1.132 0 2.112.319 2.94.958.83.638 1.361 1.396 1.595 2.273h9.048l1.494 1.494-2.48 2.635-1.828-1.38-1.827 1.443L14.386 14h-2.85c-.238.892-.774 1.653-1.608 2.284-.835.631-1.81.947-2.927.947Z\"/></svg>
  127.                     </label>
  128.                     <input class=\"form-input\" type=\"password\" placeholder=\"Пароль\" id=\"password\" name=\"password\" required>
  129.                     <button class=\"btn btn-reset form-password-btn\" type=\"button\" data-btn-password>
  130.                         <svg class=\"btn-icon form-icon-password\" viewbox=\"0 0 24 25\" fill=\"none\" data-icon-password-hide data-tippy-main=\"Показать пароль\"><path d=\"m2 5.25 1.28-1.27L20 20.7l-1.27 1.28-3.08-3.08c-1.15.38-2.37.58-3.65.58-5 0-9.27-3.11-11-7.5.69-1.76 1.79-3.31 3.19-4.54L2 5.25Zm10 3.73a3 3 0 0 1 2.83 4L11 9.15a3 3 0 0 1 1-.17Zm0-4.5c5 0 9.27 3.11 11 7.5a11.79 11.79 0 0 1-4 5.19l-1.42-1.43a9.863 9.863 0 0 0 3.24-3.76A9.82 9.82 0 0 0 12 6.48c-1.09 0-2.16.18-3.16.5L7.3 5.45c1.44-.62 3.03-.97 4.7-.97Zm-8.82 7.5a9.822 9.822 0 0 0 8.82 5.5c.69 0 1.37-.07 2-.21l-2.28-2.29A3.064 3.064 0 0 1 9 12.26L5.6 8.85c-.99.85-1.82 1.91-2.42 3.13Z\"/></svg>
  131.                         <svg class=\"btn-icon form-icon-password\" viewbox=\"0 0 24 25\" fill=\"none\" data-icon-password-show data-tippy-main=\"Скрыть пароль\"><path d=\"M12 9a3 3 0 1 1 0 6 3 3 0 0 1 0-6Zm0-4.5c5 0 9.27 3.11 11 7.5-1.73 4.39-6 7.5-11 7.5S2.73 16.39 1 12c1.73-4.39 6-7.5 11-7.5ZM3.18 12a9.822 9.822 0 0 0 17.64 0 9.821 9.821 0 0 0-17.64 0Z\"/></svg>
  132.                     </button>
  133.                 </div>
  134.             </div>
  135.             <button class=\"btn btn-main btn-xl btn-fluid\" type=\"submit\">Войти в личный кабинет</button>
  136.         </form>
  137.         <a class=\"clr-main-text\" href=\"";
  138.         // line 49
  139.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("receive_password");
  140.         echo "\">Забыли пароль?</a>
  141.     </div>
  142.     <div class=\"float-block white-block login-block d-flex-c mb-4\">
  143.         <div class=\"login-block-text\">Еще не зарегистрированы?</div>
  144.         <a class=\"btn btn-secondary btn-xl btn-fluid\" href=\"";
  145.         // line 53
  146.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_security_register");
  147.         echo "\">Регистрация</a>
  148.     </div>
  149. ";
  150.         // line 68
  151.         echo "
  152.     ";
  153.         
  154.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  155.         
  156.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  157.         
  158.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  159.     }
  160.     /**
  161.      * @codeCoverageIgnore
  162.      */
  163.     public function getTemplateName()
  164.     {
  165.         return "security/login.html.twig";
  166.     }
  167.     /**
  168.      * @codeCoverageIgnore
  169.      */
  170.     public function isTraitable()
  171.     {
  172.         return false;
  173.     }
  174.     /**
  175.      * @codeCoverageIgnore
  176.      */
  177.     public function getDebugInfo()
  178.     {
  179.         return array (  181 => 68,  175 => 53,  168 => 49,  149 => 32,  144 => 29,  135 => 23,  131 => 21,  125 => 19,  122 => 18,  113 => 11,  106 => 8,  93 => 7,  68 => 5,  54 => 1,  52 => 3,  36 => 1,);
  180.     }
  181.     public function getSourceContext()
  182.     {
  183.         return new Source("{% extends 'security/grid.html.twig' %}
  184. {% set linkLangSupport = app.request.locale == 'en' ? '/en' : '' %}
  185. {% block title %}Войти в Личный Кабинет МосДосуг{% endblock %}
  186. {% block mainContainer %}
  187. \t{{ knp_menu_render('breadcrumbs', {'template': '__design/v2023/_menu/breadcrumbs.html.twig'}) }}
  188. \t<div class=\"heading d-none\">
  189. \t\t<h1 class=\"heading-title text-title mr-1\" role=\"heading\">{{ seo_heading() ? seo_heading() : 'Условия использования' }}</h1>
  190. \t</div>
  191. \t<div class=\"float-block white-block login-block d-flex\">
  192.         <div class=\"float-block-heading fw-700\">Вход</div>
  193.         {# {{dump(error)}} #}
  194.         {% if error %}
  195.             <div class=\"form-error\" data-form-error><span class=\"clr-main-text\">Ошибка:</span> <span data-form-error-text>{{ error.messageKey|trans(error.messageData, 'security') }}</span></div>
  196.         {% endif %}
  197.         <form class=\"form\" method=\"POST\">
  198.             <input type=\"hidden\" name=\"_csrf_token\" value=\"{{ csrf_token('authenticate') }}\">
  199.             <div class=\"form-field\">
  200.                 <div class=\"form-control d-flex-c\">
  201.                     <label class=\"form-label\" for=\"email\">
  202.                         <svg class=\"form-icon\" fill=\"none\" viewbox=\"0 0 24 25\"><path fill-rule=\"evenodd\" d=\"M22 6.5c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-12Zm-2 0-8 5-8-5h16Zm-8 7-8-5v10h16v-10l-8 5Z\" clip-rule=\"evenodd\"/></svg>
  203.                     </label>
  204.                     <input class=\"form-input\" type=\"email\" placeholder=\"E-mail\" autocomplete=\"email\" autofocus name=\"email\" value=\"{{ last_username }}\" required>
  205.                 </div>
  206.                 {# <p class=\"form-help\">На сайте не отображается</p> #}
  207.             </div>
  208.             <div class=\"form-field\">
  209.                 <div class=\"form-control d-flex-c\">
  210.                     <label class=\"form-label\" for=\"password\">
  211.                         <svg class=\"form-icon\" viewbox=\"0 0 24 25\" fill=\"none\"><path d=\"M7 14.347c.514 0 .95-.18 1.309-.538.358-.36.538-.796.538-1.308 0-.513-.18-.95-.538-1.308A1.783 1.783 0 0 0 7 10.655c-.513 0-.95.179-1.308.538-.36.359-.538.795-.538 1.308 0 .512.179.948.538 1.308.359.358.795.538 1.308.538Zm0 2.885c-1.333 0-2.454-.456-3.364-1.366-.911-.91-1.366-2.032-1.366-3.365 0-1.334.455-2.455 1.366-3.365C4.546 8.225 5.667 7.77 7 7.77c1.132 0 2.112.319 2.94.958.83.638 1.361 1.396 1.595 2.273h9.048l1.494 1.494-2.48 2.635-1.828-1.38-1.827 1.443L14.386 14h-2.85c-.238.892-.774 1.653-1.608 2.284-.835.631-1.81.947-2.927.947Z\"/></svg>
  212.                     </label>
  213.                     <input class=\"form-input\" type=\"password\" placeholder=\"Пароль\" id=\"password\" name=\"password\" required>
  214.                     <button class=\"btn btn-reset form-password-btn\" type=\"button\" data-btn-password>
  215.                         <svg class=\"btn-icon form-icon-password\" viewbox=\"0 0 24 25\" fill=\"none\" data-icon-password-hide data-tippy-main=\"Показать пароль\"><path d=\"m2 5.25 1.28-1.27L20 20.7l-1.27 1.28-3.08-3.08c-1.15.38-2.37.58-3.65.58-5 0-9.27-3.11-11-7.5.69-1.76 1.79-3.31 3.19-4.54L2 5.25Zm10 3.73a3 3 0 0 1 2.83 4L11 9.15a3 3 0 0 1 1-.17Zm0-4.5c5 0 9.27 3.11 11 7.5a11.79 11.79 0 0 1-4 5.19l-1.42-1.43a9.863 9.863 0 0 0 3.24-3.76A9.82 9.82 0 0 0 12 6.48c-1.09 0-2.16.18-3.16.5L7.3 5.45c1.44-.62 3.03-.97 4.7-.97Zm-8.82 7.5a9.822 9.822 0 0 0 8.82 5.5c.69 0 1.37-.07 2-.21l-2.28-2.29A3.064 3.064 0 0 1 9 12.26L5.6 8.85c-.99.85-1.82 1.91-2.42 3.13Z\"/></svg>
  216.                         <svg class=\"btn-icon form-icon-password\" viewbox=\"0 0 24 25\" fill=\"none\" data-icon-password-show data-tippy-main=\"Скрыть пароль\"><path d=\"M12 9a3 3 0 1 1 0 6 3 3 0 0 1 0-6Zm0-4.5c5 0 9.27 3.11 11 7.5-1.73 4.39-6 7.5-11 7.5S2.73 16.39 1 12c1.73-4.39 6-7.5 11-7.5ZM3.18 12a9.822 9.822 0 0 0 17.64 0 9.821 9.821 0 0 0-17.64 0Z\"/></svg>
  217.                     </button>
  218.                 </div>
  219.             </div>
  220.             <button class=\"btn btn-main btn-xl btn-fluid\" type=\"submit\">Войти в личный кабинет</button>
  221.         </form>
  222.         <a class=\"clr-main-text\" href=\"{{ path('receive_password') }}\">Забыли пароль?</a>
  223.     </div>
  224.     <div class=\"float-block white-block login-block d-flex-c mb-4\">
  225.         <div class=\"login-block-text\">Еще не зарегистрированы?</div>
  226.         <a class=\"btn btn-secondary btn-xl btn-fluid\" href=\"{{ path('app_security_register') }}\">Регистрация</a>
  227.     </div>
  228. {#
  229.     <script>
  230.         document.addEventListener('click', function (event) {
  231.             const {target} = event;
  232.             const btnPassword = target.closest('[data-btn-password]');
  233.             if (btnPassword) {
  234.                 btnPassword.classList.toggle('is-active', !btnPassword.classList.contains('is-active'));
  235.                 password.type = password.type === 'password' ? 'text' : 'password';
  236.             }
  237.         })
  238.     </script>#}
  239.     {# {% if error %}
  240.         <div class=\"form-error\">{{ error.messageKey|trans(error.messageData, 'security') }}</div>
  241.     {% endif %}
  242.     <form class=\"\" method=\"post\">
  243.         <div class=\"field\">
  244.             <div class=\"wrap is-flex level\">
  245.                 <label for=\"email\" class=\"name\">Email</label>
  246.                 <input type=\"email\" value=\"{{ last_username }}\" name=\"email\" id=\"email\" class=\"basic-view\" placeholder=\"Email\" required autofocus>
  247.             </div>
  248.         </div>
  249.         <div class=\"field\">
  250.             <div class=\"wrap is-flex level\">
  251.                 <label for=\"password\" class=\"name\">Пароль</label>
  252.                 <input type=\"password\" name=\"password\" id=\"password\" class=\"basic-view\" placeholder=\"Password\" required>
  253.             </div>
  254.             <input type=\"hidden\" name=\"_csrf_token\" value=\"{{ csrf_token('authenticate') }}\">
  255.         </div>
  256.         <p class=\"field\">
  257.             <a href=\"{{ path('receive_password') }}\">Восстановить пароль</a>
  258.         </p>
  259.         <div class=\"field\">
  260.             <div class=\"wrap is-flex level\">
  261.                 <div class=\"name\"></div>
  262.                 <button type=\"submit\" class=\"btn btn-fill-red-style is-flex level\">
  263.                     <svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 20 20\" width=\"20\"><path fill=\"#fff\" fill-rule=\"evenodd\" d=\"M8.333 6.667a2.5 2.5 0 100-5 2.5 2.5 0 000 5zm4.167-2.5a4.155 4.155 0 01-1.287 3.01c.793.293 1.529.701 2.187 1.206A5.833 5.833 0 118.393 15H0c0-.57.057-1.128.167-1.667a8.348 8.348 0 015.286-6.155A4.167 4.167 0 1112.5 4.167zm-1.146 4.888a5.838 5.838 0 00-2.962 4.278H1.877a6.67 6.67 0 019.477-4.278zm6.98 5.112a4.167 4.167 0 11-8.334 0 4.167 4.167 0 018.333 0zm-5 .833H12.5a.833.833 0 010-1.667h.833V12.5a.833.833 0 011.667 0v.833h.833a.833.833 0 110 1.667H15v.833a.833.833 0 11-1.667 0V15z\" clip-rule=\"evenodd\"/></svg>
  264.                     <span>Войти</span>
  265.                 </button>
  266.             </div>
  267.         </div>
  268.     </form>
  269.     <p>Если у Вас еще нет аккаунта <!--noindex--><a href=\"{{ path('app_security_register') }}\" rel=\"nofollow\">зарегистрируйтесь</a><!--/noindex--></p> #}
  270. {% endblock %}
  271. ""security/login.html.twig""/app/templates/security/login.html.twig");
  272.     }
  273. }