var/cache/review/twig/84/840d629148c75a62f96aba910d6168f2.php line 46

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/register.html.twig */
  14. class __TwigTemplate_f0a3934f8c61b6441e8a76cae2be73c3 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.             'metaDescription' => [$this'block_metaDescription'],
  25.             'name_page' => [$this'block_name_page'],
  26.             'specialPageClass' => [$this'block_specialPageClass'],
  27.             'specialColumnClass' => [$this'block_specialColumnClass'],
  28.             'header' => [$this'block_header'],
  29.             'footer' => [$this'block_footer'],
  30.             'modals' => [$this'block_modals'],
  31.             'mainContainer' => [$this'block_mainContainer'],
  32.         ];
  33.     }
  34.     protected function doGetParent(array $context)
  35.     {
  36.         // line 1
  37.         return "security/grid.html.twig";
  38.     }
  39.     protected function doDisplay(array $context, array $blocks = [])
  40.     {
  41.         $macros $this->macros;
  42.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  43.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""security/register.html.twig"));
  44.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  45.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""security/register.html.twig"));
  46.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  47.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""security/register.html.twig"));
  48.         $this->parent $this->loadTemplate("security/grid.html.twig""security/register.html.twig"1);
  49.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  50.         
  51.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  52.         
  53.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  54.         
  55.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  56.     }
  57.     // line 3
  58.     public function block_title($context, array $blocks = [])
  59.     {
  60.         $macros $this->macros;
  61.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  62.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  63.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  64.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  65.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  66.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  67.         echo twig_escape_filter($this->env$this->extensions['App\Twig\SeoExtension']->metaTitle(), "html"nulltrue);
  68.         
  69.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  70.         
  71.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  72.         
  73.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  74.     }
  75.     // line 5
  76.     public function block_metaDescription($context, array $blocks = [])
  77.     {
  78.         $macros $this->macros;
  79.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  80.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""metaDescription"));
  81.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  82.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""metaDescription"));
  83.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  84.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""metaDescription"));
  85.         // line 6
  86.         echo "\t<meta name=\"description\" content=\"";
  87.         (($this->extensions['App\Twig\SeoExtension']->metaDescription()) ? (print (twig_escape_filter($this->env$this->extensions['App\Twig\SeoExtension']->metaDescription(), "html"nulltrue))) : (print ("Зарегистрируйте анкету на проекте spbdosug")));
  88.         echo "\">
  89. ";
  90.         
  91.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  92.         
  93.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  94.         
  95.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  96.     }
  97.     // line 9
  98.     public function block_name_page($context, array $blocks = [])
  99.     {
  100.         $macros $this->macros;
  101.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  102.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""name_page"));
  103.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  104.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""name_page"));
  105.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  106.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""name_page"));
  107.         echo "registration";
  108.         
  109.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  110.         
  111.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  112.         
  113.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  114.     }
  115.     // line 11
  116.     public function block_specialPageClass($context, array $blocks = [])
  117.     {
  118.         $macros $this->macros;
  119.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  120.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""specialPageClass"));
  121.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  122.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""specialPageClass"));
  123.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  124.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""specialPageClass"));
  125.         echo " special-reg";
  126.         
  127.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  128.         
  129.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  130.         
  131.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  132.     }
  133.     // line 12
  134.     public function block_specialColumnClass($context, array $blocks = [])
  135.     {
  136.         $macros $this->macros;
  137.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  138.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""specialColumnClass"));
  139.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  140.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""specialColumnClass"));
  141.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  142.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""specialColumnClass"));
  143.         echo " special-column";
  144.         
  145.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  146.         
  147.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  148.         
  149.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  150.     }
  151.     // line 14
  152.     public function block_header($context, array $blocks = [])
  153.     {
  154.         $macros $this->macros;
  155.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  156.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""header"));
  157.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  158.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""header"));
  159.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  160.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""header"));
  161.         
  162.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  163.         
  164.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  165.         
  166.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  167.     }
  168.     // line 15
  169.     public function block_footer($context, array $blocks = [])
  170.     {
  171.         $macros $this->macros;
  172.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  173.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""footer"));
  174.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  175.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""footer"));
  176.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  177.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""footer"));
  178.         
  179.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  180.         
  181.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  182.         
  183.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  184.     }
  185.     // line 16
  186.     public function block_modals($context, array $blocks = [])
  187.     {
  188.         $macros $this->macros;
  189.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  190.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""modals"));
  191.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  192.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""modals"));
  193.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  194.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""modals"));
  195.         
  196.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  197.         
  198.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  199.         
  200.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  201.     }
  202.     // line 19
  203.     public function block_mainContainer($context, array $blocks = [])
  204.     {
  205.         $macros $this->macros;
  206.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  207.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""mainContainer"));
  208.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  209.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""mainContainer"));
  210.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  211.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""mainContainer"));
  212.         // line 20
  213.         echo "\t<div class=\"white-block registration\">
  214. \t\t<div class=\"type-choiсe-registration\" id=\"registration-step-1\">
  215. \t\t\t<h1 role=\"heading\">Регистрация</h1>
  216. \t\t\t<p class=\"desc-page\">Выберите тип регистрации</p>
  217. \t\t\t<div class=\"types d-flex align-top\">
  218. \t\t\t\t<div class=\"agent type-element current\" id=\"agent-type\">
  219. \t\t\t\t\t<div class=\"button-block current\" data-type=\"agent\">
  220. \t\t\t\t\t\t<svg class=\"img\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  221. \t\t\t\t\t\t\t<path d=\"M35.7512 9.2595C38.7795 5.05743 56.2149 3.14325 59.6331 20.8904C63.2477 39.6463 50.9895 47.6888 33.2428 60.2677C33.3667 59.581 36.2257 48.655 37.2775 46.4431C38.3322 44.2312 38.577 41.8855 39.7104 41.6182C40.8407 41.3508 44.682 43.1374 45.637 43.5263C46.589 43.9152 47.9611 44.1339 48.3027 42.9915C48.6442 41.8521 47.6468 39.4457 48.1274 38.9991C48.6079 38.5555 49.5267 38.0359 49.3725 37.5103C49.2214 36.9846 48.5444 36.4377 48.5444 36.4377C48.5444 36.4377 49.2879 36.3284 49.6113 35.6052C49.9317 34.8791 49.0733 33.685 49.3756 32.8616C49.6778 32.0412 50.8716 30.8471 50.7386 30.4218C50.6056 29.9934 46.8429 27.1099 46.9487 25.293C47.0514 23.4791 47.4323 16.4604 45.232 15.1053C43.0349 13.7472 49.028 21.8019 41.3756 26.721C33.7233 31.6432 32.9496 34.317 34.911 36.0731C36.8725 37.8324 38.0784 35.2224 37.3409 34.3473C36.6065 33.4723 35.9144 34.0344 35.86 34.6451C35.8056 35.2558 36.9269 35.3591 36.9269 35.3591C36.9269 35.3591 35.6847 36.2949 35.0289 35.1221C34.3761 33.9463 35.7875 32.2478 37.758 33.3356C39.7285 34.4203 38.7282 38.4886 36.8664 39.7101C35.0017 40.9315 31.8525 40.7036 30.4653 40.0656C30.3565 40.7553 29.9515 48.968 22.5137 55.9107C21.2111 55.2453 7.48707 49.7549 4.98162 29.6865C2.47617 9.61499 26.5726 -4.59548 35.7512 9.2595Z\" fill=\"#4B0500\"/>
  222. \t\t\t\t\t\t</svg>
  223. \t\t\t\t\t\t<div class=\"text\">
  224. \t\t\t\t\t\t\t<h2>Рекламодатель</h2>
  225. \t\t\t\t\t\t\t<p class=\"desc\">Девушки, модели, проститутки, индивидуалки</p>
  226. \t\t\t\t\t\t</div>
  227. \t\t\t\t\t\t<svg class=\"dot\" width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  228. \t\t\t\t\t\t\t<circle r=\"20\" transform=\"matrix(-1 0 0 1 20 20)\" fill=\"#F7901D\"/>
  229. \t\t\t\t\t\t\t<path d=\"M17.667 26.126L11 19.412L12.424 18.008L17.681 23.294L27.008 14L28.416 15.42L17.667 26.126Z\" fill=\"white\"/>
  230. \t\t\t\t\t\t</svg>
  231. \t\t\t\t\t</div>
  232. \t\t\t\t\t<ul>
  233. \t\t\t\t\t\t<li>Бесплатное размещение анкет</li>
  234. \t\t\t\t\t\t<li>Бесплатная регистрация</li>
  235. \t\t\t\t\t\t<li>Почасовая оплата премиум-функций</li>
  236. \t\t\t\t\t\t<li>Десятки тысяч потенциальных клиентов ежедневно</li>
  237. \t\t\t\t\t</ul>
  238. \t\t\t\t</div>
  239. \t\t\t\t<div class=\"visitor type-element\" id=\"visitor-type\">
  240. \t\t\t\t\t<div class=\"button-block\" data-type=\"visitor\">
  241. \t\t\t\t\t\t<svg class=\"img\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  242. \t\t\t\t\t\t\t<path d=\"M45.8238 9.34133C46.2284 11.2907 44.7153 16.5306 44.7153 16.5306C44.7153 16.5306 45.4885 15.9638 45.5467 17.0836C45.6049 18.2035 45.0035 19.7658 44.9924 20.4017C44.9813 21.0377 44.38 22.3926 43.8839 22.8903C43.3878 23.3881 42.7754 23.7199 42.7754 23.7199C42.7754 23.7199 42.3015 27.3698 41.1126 28.6971C39.9237 30.0243 38.6184 30.9091 38.6184 30.9091C38.6184 30.9091 36.2738 34.4208 34.4614 34.5038C32.649 34.5867 32.6711 34.3517 31.9672 33.6743C31.2633 32.9968 26.4246 27.3145 26.4246 27.3145C26.4246 27.3145 26.6435 27.1624 26.7017 26.7615C26.7599 26.3605 26.7017 22.8903 26.7017 22.8903C26.7017 22.8903 25.3964 22.8074 25.0389 21.7843C24.6814 20.7612 23.8029 16.3094 24.2075 15.4246C24.6121 14.5397 25.5932 15.4246 25.5932 15.4246C25.5932 15.4246 25.535 14.1664 25.5932 12.6595C25.6514 11.1525 24.7729 7.18455 26.4246 5.19367C28.0763 3.2028 31.3548 -0.419491 36.4013 0.769504C41.4479 1.9585 42.44 5.38723 43.0525 5.74669C43.665 6.10616 45.4192 7.39193 45.8238 9.34133ZM39.1726 32.5682C39.1726 32.5682 39.5301 34.0752 40.5583 34.7803C41.5865 35.4854 50.8233 37.8772 51.6436 39.481C52.6995 50.2566 44.197 46.5237 38.8955 56.3481C38.2332 53.041 38.768 44.3061 38.8955 42.2461C39.023 40.1861 39.1726 32.5682 39.1726 32.5682ZM34.1843 34.7803C34.6582 34.9324 36.1353 36.0108 36.1242 36.4394C36.1131 36.8679 34.4614 38.928 34.4614 38.928C34.4614 38.928 35.2762 47.9367 35.8471 56.0716C33.763 63.6065 33.9238 66.709 30.5816 56.0716C30.7201 54.3213 30.7645 52.4051 30.8587 51.6474C31.2633 48.4123 33.0757 38.928 33.0757 38.928L31.413 36.9924C31.413 36.9924 33.7104 34.6282 34.1843 34.7803ZM23.9304 29.5266C23.9304 29.5266 20.0616 31.9322 15.3393 32.8447C10.617 33.7572 10.8137 33.7655 8.96527 33.9508C6.21612 46.2389 17.1739 44.8287 25.316 56.0716C23.7059 51.5368 22.3618 41.7539 22.2676 39.2045C22.1734 36.655 23.6533 30.9091 23.6533 30.9091L23.9304 29.5266Z\" fill=\"#4B0500\"/>
  243. \t\t\t\t\t\t</svg>
  244. \t\t\t\t\t\t<div class=\"text\">
  245. \t\t\t\t\t\t\t<h2>Дон</h2>
  246. \t\t\t\t\t\t\t<p class=\"desc\">Пользователь, интересующийся девушками</p>
  247. \t\t\t\t\t\t</div>
  248. \t\t\t\t\t\t<svg class=\"dot\" width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  249. \t\t\t\t\t\t\t<circle r=\"20\" transform=\"matrix(-1 0 0 1 20 20)\" fill=\"#F7901D\"/>
  250. \t\t\t\t\t\t\t<path d=\"M17.667 26.126L11 19.412L12.424 18.008L17.681 23.294L27.008 14L28.416 15.42L17.667 26.126Z\" fill=\"white\"/>
  251. \t\t\t\t\t\t</svg>
  252. \t\t\t\t\t</div>
  253. \t\t\t\t\t<ul>
  254. \t\t\t\t\t\t<li>Бесплатная регистрация</li>
  255. \t\t\t\t\t\t<li>Авто-подбор свежих и актуальных анкет</li>
  256. \t\t\t\t\t\t<li>Отзывы и общение</li>
  257. \t\t\t\t\t\t<li>Избранные девушки</li>
  258. \t\t\t\t\t</ul>
  259. \t\t\t\t</div>
  260. \t\t\t</div>
  261. \t\t\t<button type=\"button\" class=\"btn btn-fill-style d-flex align-center\" id=\"next-btn\">
  262. \t\t\t\t<span>Далее</span>
  263. \t\t\t</button>
  264. \t\t</div>
  265. \t\t<div class=\"d-none inputs-form\" id=\"registration-step-2\" data-type-id=\"";
  266.         // line 75
  267.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'75$this->source); })()), "accountType", [], "any"falsefalsefalse75), "vars", [], "any"falsefalsefalse75), "id", [], "any"falsefalsefalse75), "html"nulltrue);
  268.         echo "\">
  269. \t\t\t<h1 role=\"heading\">Регистрация</h1>
  270. \t\t\t";
  271.         // line 77
  272.         echo         $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock((isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'77$this->source); })()), 'form_start', ["attr" => ["class" => ""]]);
  273.         // line 79
  274.         echo "
  275. \t\t\t";
  276.         // line 80
  277.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'80$this->source); })()), "accountType", [], "any"falsefalsefalse80), 'row');
  278.         echo "
  279. \t\t\t<div class=\"field\">
  280. \t\t\t\t<div class=\"wrap d-flex align-center\">
  281. \t\t\t\t\t<label class=\"name\" for=\"";
  282.         // line 83
  283.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'83$this->source); })()), "nickName", [], "any"falsefalsefalse83), "vars", [], "any"falsefalsefalse83), "id", [], "any"falsefalsefalse83), "html"nulltrue);
  284.         echo "\">Имя:</label>
  285. \t\t\t\t\t";
  286.         // line 84
  287.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'84$this->source); })()), "nickName", [], "any"falsefalsefalse84), 'widget', ["attr" => ["class" => "basic-view""maxlength" => "30""placeholder" => "Введите ник"]]);
  288.         // line 88
  289.         echo "
  290. \t\t\t\t</div>
  291. \t\t\t\t";
  292.         // line 90
  293.         $context["error_message"] = $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'90$this->source); })()), "nickName", [], "any"falsefalsefalse90), 'errors');
  294.         // line 91
  295.         echo "\t\t\t\t<p class=\"field-error";
  296.         if ((twig_length_filter($this->env, (isset($context["error_message"]) || array_key_exists("error_message"$context) ? $context["error_message"] : (function () { throw new RuntimeError('Variable "error_message" does not exist.'91$this->source); })())) > 0)) {
  297.             echo " show";
  298.         }
  299.         echo "\" id=\"";
  300.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'91$this->source); })()), "nickName", [], "any"falsefalsefalse91), "vars", [], "any"falsefalsefalse91), "id", [], "any"falsefalsefalse91), "html"nulltrue);
  301.         echo "_error\">";
  302.         echo twig_escape_filter($this->env, (isset($context["error_message"]) || array_key_exists("error_message"$context) ? $context["error_message"] : (function () { throw new RuntimeError('Variable "error_message" does not exist.'91$this->source); })()), "html"nulltrue);
  303.         echo "</p>
  304. \t\t\t</div>
  305. \t\t\t<div class=\"field\">
  306. \t\t\t\t<div class=\"wrap d-flex align-center\">
  307. \t\t\t\t\t<label class=\"name\" for=\"";
  308.         // line 95
  309.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'95$this->source); })()), "plainPassword", [], "any"falsefalsefalse95), "first", [], "any"falsefalsefalse95), "vars", [], "any"falsefalsefalse95), "id", [], "any"falsefalsefalse95), "html"nulltrue);
  310.         echo "\">Пароль:</label>
  311. \t\t\t\t\t";
  312.         // line 96
  313.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'96$this->source); })()), "plainPassword", [], "any"falsefalsefalse96), "first", [], "any"falsefalsefalse96), 'widget', ["attr" => ["class" => "basic-view""placeholder" => "Введите пароль"]]);
  314.         // line 99
  315.         echo "
  316. \t\t\t\t</div>
  317. \t\t\t\t";
  318.         // line 101
  319.         $context["error_message"] = $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'101$this->source); })()), "plainPassword", [], "any"falsefalsefalse101), "first", [], "any"falsefalsefalse101), 'errors');
  320.         // line 102
  321.         echo "\t\t\t\t<p class=\"field-error";
  322.         if ((twig_length_filter($this->env, (isset($context["error_message"]) || array_key_exists("error_message"$context) ? $context["error_message"] : (function () { throw new RuntimeError('Variable "error_message" does not exist.'102$this->source); })())) > 0)) {
  323.             echo " show";
  324.         }
  325.         echo "\" id=\"";
  326.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'102$this->source); })()), "plainPassword", [], "any"falsefalsefalse102), "first", [], "any"falsefalsefalse102), "vars", [], "any"falsefalsefalse102), "id", [], "any"falsefalsefalse102), "html"nulltrue);
  327.         echo "_error\">";
  328.         echo twig_escape_filter($this->env, (isset($context["error_message"]) || array_key_exists("error_message"$context) ? $context["error_message"] : (function () { throw new RuntimeError('Variable "error_message" does not exist.'102$this->source); })()), "html"nulltrue);
  329.         echo "</p>
  330. \t\t\t</div>
  331. \t\t\t<div class=\"field\">
  332. \t\t\t\t<div class=\"wrap d-flex align-center\">
  333. \t\t\t\t\t<label class=\"name\" for=\"";
  334.         // line 106
  335.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'106$this->source); })()), "plainPassword", [], "any"falsefalsefalse106), "second", [], "any"falsefalsefalse106), "vars", [], "any"falsefalsefalse106), "id", [], "any"falsefalsefalse106), "html"nulltrue);
  336.         echo "\">Повторите пароль:</label>
  337. \t\t\t\t\t";
  338.         // line 107
  339.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'107$this->source); })()), "plainPassword", [], "any"falsefalsefalse107), "second", [], "any"falsefalsefalse107), 'widget', ["attr" => ["class" => "basic-view""placeholder" => "Повторите пароль"]]);
  340.         // line 110
  341.         echo "
  342. \t\t\t\t</div>
  343. \t\t\t\t";
  344.         // line 112
  345.         $context["error_message"] = $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'112$this->source); })()), "plainPassword", [], "any"falsefalsefalse112), "second", [], "any"falsefalsefalse112), 'errors');
  346.         // line 113
  347.         echo "\t\t\t\t<p class=\"field-error";
  348.         if ((twig_length_filter($this->env, (isset($context["error_message"]) || array_key_exists("error_message"$context) ? $context["error_message"] : (function () { throw new RuntimeError('Variable "error_message" does not exist.'113$this->source); })())) > 0)) {
  349.             echo " show";
  350.         }
  351.         echo "\" id=\"";
  352.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'113$this->source); })()), "plainPassword", [], "any"falsefalsefalse113), "second", [], "any"falsefalsefalse113), "vars", [], "any"falsefalsefalse113), "id", [], "any"falsefalsefalse113), "html"nulltrue);
  353.         echo "_error\">";
  354.         echo twig_escape_filter($this->env, (isset($context["error_message"]) || array_key_exists("error_message"$context) ? $context["error_message"] : (function () { throw new RuntimeError('Variable "error_message" does not exist.'113$this->source); })()), "html"nulltrue);
  355.         echo "</p>
  356. \t\t\t</div>
  357. \t\t\t<div class=\"field\">
  358. \t\t\t\t<div class=\"wrap d-flex align-center\">
  359. \t\t\t\t\t<label class=\"name\" for=\"";
  360.         // line 117
  361.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'117$this->source); })()), "email", [], "any"falsefalsefalse117), "vars", [], "any"falsefalsefalse117), "id", [], "any"falsefalsefalse117), "html"nulltrue);
  362.         echo "\">E-mail:</label>
  363. \t\t\t\t\t";
  364.         // line 118
  365.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'118$this->source); })()), "email", [], "any"falsefalsefalse118), 'widget', ["attr" => ["class" => "basic-view""placeholder" => "Введите e-mail"]]);
  366.         // line 121
  367.         echo "
  368. \t\t\t\t</div>
  369. \t\t\t\t";
  370.         // line 123
  371.         $context["error_message"] = $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'123$this->source); })()), "email", [], "any"falsefalsefalse123), 'errors');
  372.         // line 124
  373.         echo "\t\t\t\t<p class=\"field-error";
  374.         if ((twig_length_filter($this->env, (isset($context["error_message"]) || array_key_exists("error_message"$context) ? $context["error_message"] : (function () { throw new RuntimeError('Variable "error_message" does not exist.'124$this->source); })())) > 0)) {
  375.             echo " show";
  376.         }
  377.         echo "\" id=\"";
  378.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'124$this->source); })()), "email", [], "any"falsefalsefalse124), "vars", [], "any"falsefalsefalse124), "id", [], "any"falsefalsefalse124), "html"nulltrue);
  379.         echo "_error\">";
  380.         echo twig_escape_filter($this->env, (isset($context["error_message"]) || array_key_exists("error_message"$context) ? $context["error_message"] : (function () { throw new RuntimeError('Variable "error_message" does not exist.'124$this->source); })()), "html"nulltrue);
  381.         echo "</p>
  382. \t\t\t</div>
  383. \t\t\t";
  384.         // line 126
  385.         if (twig_get_attribute($this->env$this->source, ($context["form"] ?? null), "city", [], "any"truetruefalse126)) {
  386.             // line 127
  387.             echo "\t\t\t\t<div class=\"field\">
  388. \t\t\t\t\t<div class=\"wrap d-flex align-center\">
  389. \t\t\t\t\t\t<label class=\"name\" for=\"";
  390.             // line 129
  391.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'129$this->source); })()), "city", [], "any"falsefalsefalse129), "vars", [], "any"falsefalsefalse129), "id", [], "any"falsefalsefalse129), "html"nulltrue);
  392.             echo "\">Выберите город:</label>
  393. \t\t\t\t\t\t<div class=\"info selector\">
  394. \t\t\t\t\t\t\t<div class=\"selector-block\">
  395. \t\t\t\t\t\t\t\t<button class=\"\" type=\"button\" data-toggle=\"selector\" data-noempty=\"true\"></button>
  396. \t\t\t\t\t\t\t\t<div class=\"tags\"></div>
  397. \t\t\t\t\t\t\t</div>
  398. \t\t\t\t\t\t\t<div class=\"form-data\">
  399. \t\t\t\t\t\t\t\t";
  400.             // line 136
  401.             echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'136$this->source); })()), "city", [], "any"falsefalsefalse136), 'widget', ["attr" => ["class" => "basic-view""placeholder" => "Выберите город"]]);
  402.             // line 139
  403.             echo "
  404. \t\t\t\t\t\t\t</div>
  405. \t\t\t\t\t\t</div>
  406. \t\t\t\t\t</div>
  407. \t\t\t\t\t";
  408.             // line 143
  409.             $context["error_message"] = $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'143$this->source); })()), "city", [], "any"falsefalsefalse143), 'errors');
  410.             // line 144
  411.             echo "\t\t\t\t\t<p class=\"field-error";
  412.             if ((twig_length_filter($this->env, (isset($context["error_message"]) || array_key_exists("error_message"$context) ? $context["error_message"] : (function () { throw new RuntimeError('Variable "error_message" does not exist.'144$this->source); })())) > 0)) {
  413.                 echo " show";
  414.             }
  415.             echo "\" id=\"";
  416.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'144$this->source); })()), "city", [], "any"falsefalsefalse144), "vars", [], "any"falsefalsefalse144), "id", [], "any"falsefalsefalse144), "html"nulltrue);
  417.             echo "_error\">";
  418.             echo twig_escape_filter($this->env, (isset($context["error_message"]) || array_key_exists("error_message"$context) ? $context["error_message"] : (function () { throw new RuntimeError('Variable "error_message" does not exist.'144$this->source); })()), "html"nulltrue);
  419.             echo "</p>
  420. \t\t\t\t</div>
  421. \t\t\t";
  422.         }
  423.         // line 147
  424.         echo "\t\t\t";
  425.         if (twig_get_attribute($this->env$this->source, ($context["form"] ?? null), "country", [], "any"truetruefalse147)) {
  426.             // line 148
  427.             echo "\t\t\t\t<div class=\"field\">
  428. \t\t\t\t\t<div class=\"wrap d-flex align-center\">
  429. \t\t\t\t\t\t<label class=\"name\" for=\"";
  430.             // line 150
  431.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'150$this->source); })()), "country", [], "any"falsefalsefalse150), "vars", [], "any"falsefalsefalse150), "id", [], "any"falsefalsefalse150), "html"nulltrue);
  432.             echo "\">Выберите страну:</label>
  433. \t\t\t\t\t\t<div class=\"info selector\">
  434. \t\t\t\t\t\t\t<div class=\"selector-block\">
  435. \t\t\t\t\t\t\t\t<button class=\"\" type=\"button\" data-toggle=\"selector\" data-noempty=\"true\"></button>
  436. \t\t\t\t\t\t\t\t<div class=\"tags\"></div>
  437. \t\t\t\t\t\t\t</div>
  438. \t\t\t\t\t\t\t<div class=\"form-data\">
  439. \t\t\t\t\t\t\t\t";
  440.             // line 157
  441.             echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'157$this->source); })()), "country", [], "any"falsefalsefalse157), 'widget', ["attr" => ["class" => "basic-view""placeholder" => "Выберите страну"]]);
  442.             // line 160
  443.             echo "
  444. \t\t\t\t\t\t\t</div>
  445. \t\t\t\t\t\t</div>
  446. \t\t\t\t\t</div>
  447. \t\t\t\t\t";
  448.             // line 164
  449.             $context["error_message"] = $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'164$this->source); })()), "country", [], "any"falsefalsefalse164), 'errors');
  450.             // line 165
  451.             echo "\t\t\t\t\t<p class=\"field-error";
  452.             if ((twig_length_filter($this->env, (isset($context["error_message"]) || array_key_exists("error_message"$context) ? $context["error_message"] : (function () { throw new RuntimeError('Variable "error_message" does not exist.'165$this->source); })())) > 0)) {
  453.                 echo " show";
  454.             }
  455.             echo "\" id=\"";
  456.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'165$this->source); })()), "country", [], "any"falsefalsefalse165), "vars", [], "any"falsefalsefalse165), "id", [], "any"falsefalsefalse165), "html"nulltrue);
  457.             echo "_error\">";
  458.             echo (isset($context["error_message"]) || array_key_exists("error_message"$context) ? $context["error_message"] : (function () { throw new RuntimeError('Variable "error_message" does not exist.'165$this->source); })());
  459.             echo "</p>
  460. \t\t\t\t</div>
  461. \t\t\t";
  462.         }
  463.         // line 168
  464.         echo "\t\t\t<div class=\"field\">
  465. \t\t\t\t<div class=\"wrap d-flex align-center\">
  466. \t\t\t\t\t<div class=\"name\"></div>
  467. \t\t\t\t\t<button type=\"submit\" class=\"btn btn-fill-style d-flex align-center\">
  468. \t\t\t\t\t\t<span>Зарегистрироваться</span>
  469. \t\t\t\t\t</button>
  470. \t\t\t\t</div>
  471. \t\t\t</div>
  472. \t\t\t";
  473.         // line 176
  474.         echo         $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock((isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'176$this->source); })()), 'form_end');
  475.         echo "
  476. \t\t</div>
  477. \t</div>
  478. \t";
  479.         
  480.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  481.         
  482.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  483.         
  484.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  485.     }
  486.     /**
  487.      * @codeCoverageIgnore
  488.      */
  489.     public function getTemplateName()
  490.     {
  491.         return "security/register.html.twig";
  492.     }
  493.     /**
  494.      * @codeCoverageIgnore
  495.      */
  496.     public function isTraitable()
  497.     {
  498.         return false;
  499.     }
  500.     /**
  501.      * @codeCoverageIgnore
  502.      */
  503.     public function getDebugInfo()
  504.     {
  505.         return array (  550 => 176,  540 => 168,  527 => 165,  525 => 164,  519 => 160,  517 => 157,  507 => 150,  503 => 148,  500 => 147,  487 => 144,  485 => 143,  479 => 139,  477 => 136,  467 => 129,  463 => 127,  461 => 126,  449 => 124,  447 => 123,  443 => 121,  441 => 118,  437 => 117,  423 => 113,  421 => 112,  417 => 110,  415 => 107,  411 => 106,  397 => 102,  395 => 101,  391 => 99,  389 => 96,  385 => 95,  371 => 91,  369 => 90,  365 => 88,  363 => 84,  359 => 83,  353 => 80,  350 => 79,  348 => 77,  343 => 75,  286 => 20,  273 => 19,  249 => 16,  225 => 15,  201 => 14,  176 => 12,  151 => 11,  126 => 9,  110 => 6,  97 => 5,  72 => 3,  43 => 1,);
  506.     }
  507.     public function getSourceContext()
  508.     {
  509.         return new Source("{% extends 'security/grid.html.twig' %}
  510. {% block title %}{{ seo_title() }}{% endblock %}
  511. {% block metaDescription %}
  512. \t<meta name=\"description\" content=\"{{ seo_description() ? seo_description() : 'Зарегистрируйте анкету на проекте spbdosug' }}\">
  513. {% endblock %}
  514. {% block name_page %}registration{% endblock %}
  515. {% block specialPageClass %} special-reg{% endblock %}
  516. {% block specialColumnClass %} special-column{% endblock %}
  517. {% block header %}{% endblock %}
  518. {% block footer %}{% endblock %}
  519. {% block modals %}{% endblock %}
  520. {% block mainContainer %}
  521. \t<div class=\"white-block registration\">
  522. \t\t<div class=\"type-choiсe-registration\" id=\"registration-step-1\">
  523. \t\t\t<h1 role=\"heading\">Регистрация</h1>
  524. \t\t\t<p class=\"desc-page\">Выберите тип регистрации</p>
  525. \t\t\t<div class=\"types d-flex align-top\">
  526. \t\t\t\t<div class=\"agent type-element current\" id=\"agent-type\">
  527. \t\t\t\t\t<div class=\"button-block current\" data-type=\"agent\">
  528. \t\t\t\t\t\t<svg class=\"img\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  529. \t\t\t\t\t\t\t<path d=\"M35.7512 9.2595C38.7795 5.05743 56.2149 3.14325 59.6331 20.8904C63.2477 39.6463 50.9895 47.6888 33.2428 60.2677C33.3667 59.581 36.2257 48.655 37.2775 46.4431C38.3322 44.2312 38.577 41.8855 39.7104 41.6182C40.8407 41.3508 44.682 43.1374 45.637 43.5263C46.589 43.9152 47.9611 44.1339 48.3027 42.9915C48.6442 41.8521 47.6468 39.4457 48.1274 38.9991C48.6079 38.5555 49.5267 38.0359 49.3725 37.5103C49.2214 36.9846 48.5444 36.4377 48.5444 36.4377C48.5444 36.4377 49.2879 36.3284 49.6113 35.6052C49.9317 34.8791 49.0733 33.685 49.3756 32.8616C49.6778 32.0412 50.8716 30.8471 50.7386 30.4218C50.6056 29.9934 46.8429 27.1099 46.9487 25.293C47.0514 23.4791 47.4323 16.4604 45.232 15.1053C43.0349 13.7472 49.028 21.8019 41.3756 26.721C33.7233 31.6432 32.9496 34.317 34.911 36.0731C36.8725 37.8324 38.0784 35.2224 37.3409 34.3473C36.6065 33.4723 35.9144 34.0344 35.86 34.6451C35.8056 35.2558 36.9269 35.3591 36.9269 35.3591C36.9269 35.3591 35.6847 36.2949 35.0289 35.1221C34.3761 33.9463 35.7875 32.2478 37.758 33.3356C39.7285 34.4203 38.7282 38.4886 36.8664 39.7101C35.0017 40.9315 31.8525 40.7036 30.4653 40.0656C30.3565 40.7553 29.9515 48.968 22.5137 55.9107C21.2111 55.2453 7.48707 49.7549 4.98162 29.6865C2.47617 9.61499 26.5726 -4.59548 35.7512 9.2595Z\" fill=\"#4B0500\"/>
  530. \t\t\t\t\t\t</svg>
  531. \t\t\t\t\t\t<div class=\"text\">
  532. \t\t\t\t\t\t\t<h2>Рекламодатель</h2>
  533. \t\t\t\t\t\t\t<p class=\"desc\">Девушки, модели, проститутки, индивидуалки</p>
  534. \t\t\t\t\t\t</div>
  535. \t\t\t\t\t\t<svg class=\"dot\" width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  536. \t\t\t\t\t\t\t<circle r=\"20\" transform=\"matrix(-1 0 0 1 20 20)\" fill=\"#F7901D\"/>
  537. \t\t\t\t\t\t\t<path d=\"M17.667 26.126L11 19.412L12.424 18.008L17.681 23.294L27.008 14L28.416 15.42L17.667 26.126Z\" fill=\"white\"/>
  538. \t\t\t\t\t\t</svg>
  539. \t\t\t\t\t</div>
  540. \t\t\t\t\t<ul>
  541. \t\t\t\t\t\t<li>Бесплатное размещение анкет</li>
  542. \t\t\t\t\t\t<li>Бесплатная регистрация</li>
  543. \t\t\t\t\t\t<li>Почасовая оплата премиум-функций</li>
  544. \t\t\t\t\t\t<li>Десятки тысяч потенциальных клиентов ежедневно</li>
  545. \t\t\t\t\t</ul>
  546. \t\t\t\t</div>
  547. \t\t\t\t<div class=\"visitor type-element\" id=\"visitor-type\">
  548. \t\t\t\t\t<div class=\"button-block\" data-type=\"visitor\">
  549. \t\t\t\t\t\t<svg class=\"img\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  550. \t\t\t\t\t\t\t<path d=\"M45.8238 9.34133C46.2284 11.2907 44.7153 16.5306 44.7153 16.5306C44.7153 16.5306 45.4885 15.9638 45.5467 17.0836C45.6049 18.2035 45.0035 19.7658 44.9924 20.4017C44.9813 21.0377 44.38 22.3926 43.8839 22.8903C43.3878 23.3881 42.7754 23.7199 42.7754 23.7199C42.7754 23.7199 42.3015 27.3698 41.1126 28.6971C39.9237 30.0243 38.6184 30.9091 38.6184 30.9091C38.6184 30.9091 36.2738 34.4208 34.4614 34.5038C32.649 34.5867 32.6711 34.3517 31.9672 33.6743C31.2633 32.9968 26.4246 27.3145 26.4246 27.3145C26.4246 27.3145 26.6435 27.1624 26.7017 26.7615C26.7599 26.3605 26.7017 22.8903 26.7017 22.8903C26.7017 22.8903 25.3964 22.8074 25.0389 21.7843C24.6814 20.7612 23.8029 16.3094 24.2075 15.4246C24.6121 14.5397 25.5932 15.4246 25.5932 15.4246C25.5932 15.4246 25.535 14.1664 25.5932 12.6595C25.6514 11.1525 24.7729 7.18455 26.4246 5.19367C28.0763 3.2028 31.3548 -0.419491 36.4013 0.769504C41.4479 1.9585 42.44 5.38723 43.0525 5.74669C43.665 6.10616 45.4192 7.39193 45.8238 9.34133ZM39.1726 32.5682C39.1726 32.5682 39.5301 34.0752 40.5583 34.7803C41.5865 35.4854 50.8233 37.8772 51.6436 39.481C52.6995 50.2566 44.197 46.5237 38.8955 56.3481C38.2332 53.041 38.768 44.3061 38.8955 42.2461C39.023 40.1861 39.1726 32.5682 39.1726 32.5682ZM34.1843 34.7803C34.6582 34.9324 36.1353 36.0108 36.1242 36.4394C36.1131 36.8679 34.4614 38.928 34.4614 38.928C34.4614 38.928 35.2762 47.9367 35.8471 56.0716C33.763 63.6065 33.9238 66.709 30.5816 56.0716C30.7201 54.3213 30.7645 52.4051 30.8587 51.6474C31.2633 48.4123 33.0757 38.928 33.0757 38.928L31.413 36.9924C31.413 36.9924 33.7104 34.6282 34.1843 34.7803ZM23.9304 29.5266C23.9304 29.5266 20.0616 31.9322 15.3393 32.8447C10.617 33.7572 10.8137 33.7655 8.96527 33.9508C6.21612 46.2389 17.1739 44.8287 25.316 56.0716C23.7059 51.5368 22.3618 41.7539 22.2676 39.2045C22.1734 36.655 23.6533 30.9091 23.6533 30.9091L23.9304 29.5266Z\" fill=\"#4B0500\"/>
  551. \t\t\t\t\t\t</svg>
  552. \t\t\t\t\t\t<div class=\"text\">
  553. \t\t\t\t\t\t\t<h2>Дон</h2>
  554. \t\t\t\t\t\t\t<p class=\"desc\">Пользователь, интересующийся девушками</p>
  555. \t\t\t\t\t\t</div>
  556. \t\t\t\t\t\t<svg class=\"dot\" width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  557. \t\t\t\t\t\t\t<circle r=\"20\" transform=\"matrix(-1 0 0 1 20 20)\" fill=\"#F7901D\"/>
  558. \t\t\t\t\t\t\t<path d=\"M17.667 26.126L11 19.412L12.424 18.008L17.681 23.294L27.008 14L28.416 15.42L17.667 26.126Z\" fill=\"white\"/>
  559. \t\t\t\t\t\t</svg>
  560. \t\t\t\t\t</div>
  561. \t\t\t\t\t<ul>
  562. \t\t\t\t\t\t<li>Бесплатная регистрация</li>
  563. \t\t\t\t\t\t<li>Авто-подбор свежих и актуальных анкет</li>
  564. \t\t\t\t\t\t<li>Отзывы и общение</li>
  565. \t\t\t\t\t\t<li>Избранные девушки</li>
  566. \t\t\t\t\t</ul>
  567. \t\t\t\t</div>
  568. \t\t\t</div>
  569. \t\t\t<button type=\"button\" class=\"btn btn-fill-style d-flex align-center\" id=\"next-btn\">
  570. \t\t\t\t<span>Далее</span>
  571. \t\t\t</button>
  572. \t\t</div>
  573. \t\t<div class=\"d-none inputs-form\" id=\"registration-step-2\" data-type-id=\"{{ form.accountType.vars.id }}\">
  574. \t\t\t<h1 role=\"heading\">Регистрация</h1>
  575. \t\t\t{{ form_start(form, {'attr': {
  576. \t\t\t\t'class': ''
  577. \t\t\t}}) }}
  578. \t\t\t{{ form_row(form.accountType) }}
  579. \t\t\t<div class=\"field\">
  580. \t\t\t\t<div class=\"wrap d-flex align-center\">
  581. \t\t\t\t\t<label class=\"name\" for=\"{{ form.nickName.vars.id }}\">Имя:</label>
  582. \t\t\t\t\t{{ form_widget(form.nickName, {'attr': {
  583. \t\t\t\t\t\t'class': 'basic-view',
  584. \t\t\t\t\t\t'maxlength': '30',
  585. \t\t\t\t\t\t'placeholder': 'Введите ник'
  586. \t\t\t\t\t}}) }}
  587. \t\t\t\t</div>
  588. \t\t\t\t{% set error_message = form_errors(form.nickName) %}
  589. \t\t\t\t<p class=\"field-error{% if error_message|length > 0 %} show{% endif %}\" id=\"{{form.nickName.vars.id }}_error\">{{ error_message }}</p>
  590. \t\t\t</div>
  591. \t\t\t<div class=\"field\">
  592. \t\t\t\t<div class=\"wrap d-flex align-center\">
  593. \t\t\t\t\t<label class=\"name\" for=\"{{ form.plainPassword.first.vars.id }}\">Пароль:</label>
  594. \t\t\t\t\t{{ form_widget(form.plainPassword.first, {'attr': {
  595. \t\t\t\t\t\t'class': 'basic-view',
  596. \t\t\t\t\t\t'placeholder': 'Введите пароль'
  597. \t\t\t\t\t}}) }}
  598. \t\t\t\t</div>
  599. \t\t\t\t{% set error_message = form_errors(form.plainPassword.first) %}
  600. \t\t\t\t<p class=\"field-error{% if error_message|length > 0 %} show{% endif %}\" id=\"{{form.plainPassword.first.vars.id }}_error\">{{ error_message }}</p>
  601. \t\t\t</div>
  602. \t\t\t<div class=\"field\">
  603. \t\t\t\t<div class=\"wrap d-flex align-center\">
  604. \t\t\t\t\t<label class=\"name\" for=\"{{ form.plainPassword.second.vars.id }}\">Повторите пароль:</label>
  605. \t\t\t\t\t{{ form_widget(form.plainPassword.second, {'attr': {
  606. \t\t\t\t\t\t'class': 'basic-view',
  607. \t\t\t\t\t\t'placeholder': 'Повторите пароль'
  608. \t\t\t\t\t}}) }}
  609. \t\t\t\t</div>
  610. \t\t\t\t{% set error_message = form_errors(form.plainPassword.second) %}
  611. \t\t\t\t<p class=\"field-error{% if error_message|length > 0 %} show{% endif %}\" id=\"{{form.plainPassword.second.vars.id }}_error\">{{ error_message }}</p>
  612. \t\t\t</div>
  613. \t\t\t<div class=\"field\">
  614. \t\t\t\t<div class=\"wrap d-flex align-center\">
  615. \t\t\t\t\t<label class=\"name\" for=\"{{ form.email.vars.id }}\">E-mail:</label>
  616. \t\t\t\t\t{{ form_widget(form.email, {'attr': {
  617. \t\t\t\t\t\t'class': 'basic-view',
  618. \t\t\t\t\t\t'placeholder': 'Введите e-mail'
  619. \t\t\t\t\t}}) }}
  620. \t\t\t\t</div>
  621. \t\t\t\t{% set error_message = form_errors(form.email) %}
  622. \t\t\t\t<p class=\"field-error{% if error_message|length > 0 %} show{% endif %}\" id=\"{{form.email.vars.id }}_error\">{{ error_message }}</p>
  623. \t\t\t</div>
  624. \t\t\t{% if form.city is defined %}
  625. \t\t\t\t<div class=\"field\">
  626. \t\t\t\t\t<div class=\"wrap d-flex align-center\">
  627. \t\t\t\t\t\t<label class=\"name\" for=\"{{ form.city.vars.id }}\">Выберите город:</label>
  628. \t\t\t\t\t\t<div class=\"info selector\">
  629. \t\t\t\t\t\t\t<div class=\"selector-block\">
  630. \t\t\t\t\t\t\t\t<button class=\"\" type=\"button\" data-toggle=\"selector\" data-noempty=\"true\"></button>
  631. \t\t\t\t\t\t\t\t<div class=\"tags\"></div>
  632. \t\t\t\t\t\t\t</div>
  633. \t\t\t\t\t\t\t<div class=\"form-data\">
  634. \t\t\t\t\t\t\t\t{{ form_widget(form.city, {'attr': {
  635. \t\t\t\t\t\t\t\t\t'class': 'basic-view',
  636. \t\t\t\t\t\t\t\t\t'placeholder': 'Выберите город'
  637. \t\t\t\t\t\t\t\t}}) }}
  638. \t\t\t\t\t\t\t</div>
  639. \t\t\t\t\t\t</div>
  640. \t\t\t\t\t</div>
  641. \t\t\t\t\t{% set error_message = form_errors(form.city) %}
  642. \t\t\t\t\t<p class=\"field-error{% if error_message|length > 0 %} show{% endif %}\" id=\"{{form.city.vars.id }}_error\">{{ error_message }}</p>
  643. \t\t\t\t</div>
  644. \t\t\t{% endif %}
  645. \t\t\t{% if form.country is defined %}
  646. \t\t\t\t<div class=\"field\">
  647. \t\t\t\t\t<div class=\"wrap d-flex align-center\">
  648. \t\t\t\t\t\t<label class=\"name\" for=\"{{ form.country.vars.id }}\">Выберите страну:</label>
  649. \t\t\t\t\t\t<div class=\"info selector\">
  650. \t\t\t\t\t\t\t<div class=\"selector-block\">
  651. \t\t\t\t\t\t\t\t<button class=\"\" type=\"button\" data-toggle=\"selector\" data-noempty=\"true\"></button>
  652. \t\t\t\t\t\t\t\t<div class=\"tags\"></div>
  653. \t\t\t\t\t\t\t</div>
  654. \t\t\t\t\t\t\t<div class=\"form-data\">
  655. \t\t\t\t\t\t\t\t{{ form_widget(form.country, {'attr': {
  656. \t\t\t\t\t\t\t\t\t'class': 'basic-view',
  657. \t\t\t\t\t\t\t\t\t'placeholder': 'Выберите страну'
  658. \t\t\t\t\t\t\t\t}}) }}
  659. \t\t\t\t\t\t\t</div>
  660. \t\t\t\t\t\t</div>
  661. \t\t\t\t\t</div>
  662. \t\t\t\t\t{% set error_message = form_errors(form.country) %}
  663. \t\t\t\t\t<p class=\"field-error{% if error_message|length > 0 %} show{% endif %}\" id=\"{{form.country.vars.id }}_error\">{{ error_message|raw }}</p>
  664. \t\t\t\t</div>
  665. \t\t\t{% endif %}
  666. \t\t\t<div class=\"field\">
  667. \t\t\t\t<div class=\"wrap d-flex align-center\">
  668. \t\t\t\t\t<div class=\"name\"></div>
  669. \t\t\t\t\t<button type=\"submit\" class=\"btn btn-fill-style d-flex align-center\">
  670. \t\t\t\t\t\t<span>Зарегистрироваться</span>
  671. \t\t\t\t\t</button>
  672. \t\t\t\t</div>
  673. \t\t\t</div>
  674. \t\t\t{{ form_end(form) }}
  675. \t\t</div>
  676. \t</div>
  677. \t{#
  678. \t<main class=\"page-registration page-with-background#}{#{% if error %} page-with-errors{% endif %}#}{#\">
  679. \t\t<div class=\"background\">
  680. \t\t\t<img src=\"{{ asset('assets/images/backgrounds/basic.jpg','basicConfig') }}\" alt=\"background\">
  681. \t\t</div>
  682. \t\t<section class=\"block\">
  683. \t\t\t<h1 role=\"heading\">{{ seo_heading() ? seo_heading() : 'Регистрация' }}</h1>
  684. \t\t\t<div class=\"type-choiсe-registration\" id=\"registration-step-1\">
  685. \t\t\t\t<p class=\"desc-page\">Выберите тип регистрации</p>
  686. \t\t\t\t<div class=\"types d-flex align-top\">
  687. \t\t\t\t\t<div class=\"agent type-element\" id=\"agent-type\">
  688. \t\t\t\t\t\t<div class=\"button-block\" data-type=\"agent\">
  689. \t\t\t\t\t\t\t<svg class=\"img\" width=\"80\" height=\"80\" viewBox=\"0 0 80 80\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  690. \t\t\t\t\t\t\t\t<circle cx=\"40\" cy=\"40\" r=\"40\" fill=\"#F3F3F3\"/>
  691. \t\t\t\t\t\t\t\t<path d=\"M45.2076 62.5692C45.2177 62.7569 45.2177 62.8543 45.3256 62.9241C45.4336 62.9925 45.9028 63.0216 46.2469 62.9823C46.5895 62.943 46.9133 62.815 46.9925 62.7263C47.0702 62.639 47.0803 62.4223 47.1681 62.3525C47.2559 62.2841 47.2559 62.0674 47.266 61.9307C47.2761 61.7925 47.2372 61.5365 47.2473 61.487C47.2559 61.439 47.2372 61.4085 47.1883 61.439C47.1883 61.3299 47.2861 60.543 47.4229 60.268C47.5611 59.9917 47.8835 59.5495 47.8648 59.2047C47.8447 58.8615 47.8159 58.0833 47.6978 57.9567C47.7079 57.8374 47.718 57.7298 47.718 57.6701C47.7569 57.6411 47.7856 57.612 47.7957 57.5421C47.8058 57.4738 47.8058 57.1596 47.8058 57.1101C47.7568 57.0898 47.7468 57.0898 47.7468 57.0898C47.7468 57.0898 47.9915 56.0483 48.1484 55.497C48.3053 54.9457 49.0509 52.1121 49.1387 51.7689C49.2265 51.4241 49.4626 50.2634 49.5216 49.8008C49.5806 49.3382 49.7865 48.7084 49.8944 48.512C50.0024 48.3157 50.463 47.2538 50.5119 46.624C50.5609 45.9941 51.0114 44.6065 51.2964 43.8399C51.58 43.0719 52.1875 41.5576 52.2666 40.9962C52.3444 40.4361 52.2954 40.2398 52.2954 40.2398C52.2954 40.2398 52.5588 40.5554 53.0324 40.3619C53.257 40.4609 53.6327 40.7401 53.9004 41.5285C54.3063 42.7213 54.0573 42.7082 55.6781 46.0538C57.2989 49.3979 57.0513 49.3979 57.1823 49.6728C57.3119 49.9492 57.8358 51.0634 58.0186 51.2859C58.2015 51.5099 58.1755 51.6932 58.2144 51.8241C58.2533 51.9551 58.4893 53.0445 59.3257 54.5922C60.162 56.1399 60.7118 57.3589 60.7378 57.5291C60.6456 57.6091 60.6586 57.6294 60.6514 57.708C60.6428 57.7865 60.7061 57.9989 60.7133 58.0469C60.7219 58.0934 60.84 58.172 60.84 58.172C60.84 58.2593 60.863 58.3931 60.8544 58.4324C60.8313 58.4091 60.8241 58.652 60.84 58.7305C60.8544 58.8106 60.863 59.5888 61.2862 59.8724C61.3567 60.124 61.7497 61.1234 61.7655 61.2892C61.695 61.3837 61.6863 61.5015 61.6863 61.6121C61.6863 61.7212 61.741 61.8085 61.741 61.8085C61.741 61.8085 61.7252 62.2012 61.7655 62.2885C61.8044 62.3743 61.8821 62.4776 61.9526 62.5721C62.0232 62.6667 62.4003 62.6812 62.5183 62.7132C62.6349 62.7452 63.4741 62.9183 63.6627 62.6812C63.8513 62.4456 63.929 62.1779 63.9765 62.0994C64.024 62.0208 63.9923 61.855 63.9448 61.839C63.9376 61.7605 63.9535 61.6979 63.9535 61.6979C63.9535 61.6979 63.9851 61.5961 63.9765 61.5321C63.9693 61.4695 63.8513 61.1859 63.8038 61.1321C63.7577 61.0768 63.7332 61.0375 63.6944 61.0521C63.6397 60.9503 63.5605 60.8092 63.5144 60.7699C63.4669 60.7306 63.4194 60.5328 63.3734 60.4382C63.3259 60.3451 63.0668 59.8651 62.9962 59.7386C62.9257 59.612 62.8321 59.5655 62.8163 59.5102C62.8005 59.4549 62.7616 59.132 62.7141 59.0622C62.6666 58.9909 62.455 58.7073 62.4161 58.5574C62.3773 58.4091 62.3211 58.2593 62.3298 58.1807C62.337 58.1022 62.3211 57.8738 62.2276 57.8098C62.2909 57.724 62.2909 57.7632 62.2981 57.7007C62.3068 57.6367 62.2823 57.3778 62.2823 57.3778C62.2823 57.3778 62.2276 57.1334 62.0232 57.0709C61.9368 56.7639 61.6547 55.6541 61.5064 54.8671C61.3567 54.0802 60.9566 51.9638 60.6514 51.2554C60.3448 50.547 60.031 49.9099 59.9302 49.7048C59.828 49.4997 59.687 49.1375 59.5689 48.7608C59.4509 48.3826 59.2076 47.8313 59.1846 47.4938C59.1616 47.1549 58.9485 45.0225 58.7211 44.2515C58.4937 43.4791 58.0633 41.6464 57.427 40.0885C56.7922 38.5292 56.8858 38.3808 56.9103 38.1277C56.9333 37.8761 57.0974 37.0658 57.0427 36.2862C56.988 35.508 57.0038 35.3654 57.3104 34.98C57.6026 34.6105 58.0186 34.2119 58.1496 33.6592C58.1928 33.6635 58.3612 33.6839 58.4044 33.7276C58.4534 33.6388 58.747 33.009 58.7772 32.9406C58.9831 32.8519 59.4034 32.5362 59.5214 31.8977C59.6222 31.3507 59.5085 30.9929 59.3933 30.7645C59.4106 30.7005 59.5286 30.2598 59.5344 29.9994C59.5416 29.7172 59.5934 28.491 59.6006 28.3325C59.6064 28.1754 59.7172 27.7754 59.7964 27.5979C59.8741 27.4219 59.9461 26.9492 59.9331 26.6801C59.9201 26.411 59.8942 25.5978 59.9014 25.3884C59.9072 25.1789 59.8741 24.3062 59.7762 23.9003C59.6783 23.493 59.4034 22.2334 59.3516 22.0239C59.2998 21.8144 59.2076 21.4799 59.1947 21.3752C59.1817 21.2704 59.0838 20.8573 58.77 20.6013C58.4562 20.3453 57.9136 20.0573 57.7236 19.9715C57.535 19.8856 56.264 19.2893 56.1589 19.218C56.1589 19.218 56.2467 19.0696 56.3259 18.9518C56.4036 18.834 56.4626 18.6856 56.4727 18.5489C56.4828 18.4107 56.4338 17.8507 56.3849 17.791C56.3359 17.7314 56.3259 17.663 56.3259 17.6238C56.3259 17.5845 56.2856 17.3576 56.3057 17.2601C56.3259 17.1612 56.215 17.2557 56.1877 17.2761C56.1877 17.1976 56.1747 17.0012 56.156 16.9226C56.1359 16.8426 56.0639 16.7321 55.7573 16.7452C55.7443 16.5881 55.6983 16.3583 55.4492 16.2535C55.3845 16.2012 55.3125 16.1939 55.2736 16.207C55.2333 16.2201 55.2333 16.2666 55.2333 16.2666C55.2276 16.3248 55.2333 16.4819 55.4176 16.6012C55.4032 16.7248 55.4233 16.8295 55.4694 16.8557C55.4622 16.9357 55.4622 17.3881 55.4751 17.4332C55.4564 17.4798 55.3845 17.4536 55.3715 17.4143C55.3586 17.375 55.3182 17.151 55.3182 17.0594C55.3182 16.9677 55.2995 16.8761 55.2664 16.8499C55.2333 16.8237 55.1297 16.6274 55.1297 16.5881C55.1297 16.5488 55.0707 16.4368 55.0318 16.4426C55.0188 16.3772 55.0116 16.0557 55.0246 16.0033C55.0376 15.951 54.9987 15.7677 54.9656 15.7619C54.9469 15.7022 54.9066 15.6499 54.8749 15.6557C54.8418 15.663 54.8087 15.6891 54.8216 15.7415C54.7957 15.7546 54.7828 15.9582 54.8216 16.1677C54.7828 16.1808 54.7367 16.3248 54.718 16.4688C54.6518 16.5154 54.4632 16.6986 54.4301 16.7452C54.397 16.7903 54.325 16.7583 54.279 16.7321C54.2343 16.7059 54.2272 16.6012 54.2272 16.4688C54.2272 16.3379 54.2401 16.0819 54.2473 16.0237C54.2531 15.9641 54.2012 15.7284 54.1811 15.6819C54.1624 15.6368 53.9853 15.5117 53.8543 15.5059C53.8543 15.5059 53.8529 15.5059 53.8515 15.5059C53.8788 15.4244 53.899 15.343 53.8745 15.3153C53.8745 15.2688 53.8543 15.1975 53.8284 15.1975C53.8025 15.1975 53.6974 15.2295 53.6917 15.263C53.6586 15.295 53.4427 15.7357 53.4369 15.807C53.4297 15.8797 53.3908 16.3117 53.3836 16.3772C53.3779 16.4426 53.339 16.5881 53.2858 16.607C53.2339 16.6274 53.2138 16.5415 53.2008 16.5095C53.1879 16.4761 53.1289 16.1488 53.1231 16.0557C53.1159 15.9641 53.1289 15.7081 53.1548 15.6106C53.1821 15.5117 53.2397 15.2237 53.2138 15.1451C53.1821 15.0797 53.2008 15.0069 53.1548 15.0011C53.1101 14.9939 53.0698 15.02 53.0511 15.132C53.0123 15.1509 52.9 15.4404 52.8813 15.5248C52.8611 15.6106 52.7704 15.8404 52.7834 16.4164C52.7762 16.4557 52.7373 16.4426 52.7114 16.4106C52.6855 16.3772 52.5286 16.207 52.4365 16.2797C52.4163 16.2143 52.3775 16.2012 52.3775 16.2666C52.3775 16.3321 52.3717 16.5226 52.3904 16.5488C52.4106 16.575 52.4163 16.5939 52.4494 16.5808C52.4566 16.6535 52.4955 16.9226 52.5085 17.0856C52.5214 17.2499 52.5142 17.3881 52.5214 17.4725C52.5286 17.5583 52.6654 17.8332 52.8223 18.05C52.9792 18.2667 53.267 18.5678 53.3189 18.6332C53.3707 18.6987 53.7176 19.1322 53.9134 19.2834C54.0832 19.4129 54.1638 19.4987 54.2804 19.5875C54.0098 19.7053 53.2613 20.0326 53.1231 20.1024C52.9532 20.1882 51.6851 20.7584 51.5541 20.8108C51.4231 20.8631 50.5537 21.3155 50.3061 21.5584C50.0571 21.8013 49.8671 21.8333 49.9333 22.3585C49.9981 22.8836 50.2212 23.992 50.3119 24.4894C50.404 24.9884 50.8214 26.4444 50.9207 26.6611C51.0186 26.8779 51.593 28.0837 51.711 28.3136C51.829 28.5434 52.2148 29.1325 52.2925 29.3885C52.3717 29.6445 52.5416 30.1885 52.5991 30.6351C52.602 30.6482 52.6035 30.6598 52.6063 30.6715C52.5013 30.9056 52.3861 31.2446 52.4235 31.5733C52.4883 32.1493 52.7632 32.465 53.0123 32.5959C52.9849 32.8315 53.0382 33.2912 53.1159 33.4352C53.1951 33.5792 52.9849 34.2221 52.8683 34.4185C52.7503 34.6163 50.9064 36.1247 50.2399 37.2128C49.5734 38.3008 48.5154 39.8223 48.2146 42.4987C47.9137 45.1737 47.9656 45.5287 47.8346 46.3811C47.7036 47.2334 47.5078 48.4277 47.338 48.8335C47.1681 49.2408 46.8932 49.9754 46.8155 52.0205C46.7363 54.0671 46.5276 56.8745 46.4628 57.0185C46.3448 57.0578 46.2929 57.1625 46.2656 57.2803C46.2397 57.3981 46.2656 57.596 46.2656 57.596C46.2656 57.596 46.2656 57.6483 46.3318 57.6614C46.3059 57.7269 46.2656 57.916 46.2166 58.0149C46.1677 58.1138 46.149 58.3204 46.149 58.428C46.149 58.5371 46.1677 58.8411 46.1101 58.9502C46.0511 59.0578 45.9129 59.5102 45.8251 59.7851C45.7373 60.0615 45.4523 60.6521 45.3933 60.9066C45.3343 61.1626 45.3343 61.1626 45.2565 61.2514C45.1774 61.3401 45.0118 61.7139 45.0018 61.871C44.9917 62.0281 45.0205 62.3525 45.2076 62.5692ZM53.8486 16.5357C53.8342 16.5561 53.814 16.5735 53.791 16.5895C53.7665 16.5823 53.7435 16.5663 53.7377 16.5357C53.7233 16.463 53.7377 16.063 53.7305 16.0106C53.7248 15.967 53.7565 15.8259 53.778 15.7357H53.7896C53.7896 15.7357 53.8874 15.8201 53.9393 15.8332C53.9393 15.8666 53.9263 16.0295 53.9465 16.0688C53.9076 16.1095 53.8802 16.4892 53.8486 16.5357ZM54.6849 17.007C54.731 16.9226 54.8619 16.8237 54.8936 16.7379C54.8879 16.8295 54.9656 16.8688 54.9656 16.8688C54.9526 16.9096 54.9785 17.0143 55.0188 17.0725C55.0116 17.151 55.0044 17.6238 55.0577 17.7227C55.0577 17.7241 55.0591 17.7256 55.0591 17.727C55.0491 17.7416 55.039 17.7561 55.0318 17.7678C54.9987 17.8143 54.9469 17.8536 54.9195 17.8143C54.8936 17.775 54.8807 17.6441 54.8418 17.6441C54.8418 17.6165 54.8619 17.4594 54.849 17.4274C54.8749 17.3881 54.9469 17.2557 54.9008 17.1845C54.8936 17.1248 54.8807 17.1117 54.8547 17.1117C54.8288 17.1117 54.7439 17.2034 54.705 17.263C54.6835 17.2936 54.6503 17.311 54.6201 17.3081C54.6201 17.3037 54.6403 17.0914 54.6849 17.007ZM52.4696 23.9789C52.4163 24.4036 52.3731 24.9564 52.3904 25.3898C52.3256 25.2298 52.0205 24.4705 51.9399 24.0443C51.8477 23.5658 51.6649 23.2443 51.6462 23.1919C51.6261 23.1396 51.5671 22.9417 51.58 22.8836C51.593 22.8239 51.6851 22.6741 51.783 22.6145C51.8809 22.5548 52.6855 22.0239 53.2987 21.5192C53.8889 21.0348 54.6302 20.5853 55.3773 20.29V20.2929C55.3773 20.2929 55.7501 20.4966 56.038 20.7133C56.3259 20.9286 57.4242 21.6573 57.6386 21.7228C57.8027 21.7883 57.8157 21.9526 57.8157 21.9526C57.8157 21.9526 57.9078 22.405 57.8545 22.6406C57.8517 22.6537 57.8502 22.6639 57.8474 22.6756C57.7365 22.4501 57.5076 22.0094 57.3781 21.893C57.201 21.7359 56.9923 21.5322 56.7966 21.4464C56.5994 21.3621 56.5994 21.237 56.5605 21.1977C56.5216 21.1584 56.4108 20.9679 56.0437 20.8631C55.6781 20.7584 55.2276 20.6202 54.8749 20.7788C54.5208 20.9359 53.6528 21.3155 53.3189 21.9526C52.9849 22.5883 52.5344 23.4479 52.4696 23.9789Z\" fill=\"#E0E0E0\"/>
  692. \t\t\t\t\t\t\t\t<path d=\"M31.9014 61.1317L31.7871 61.275L31.6443 61.4599L31.4742 61.5875L31.1457 61.7164L30.9042 61.7451L30.8613 62.059L30.7756 62.1866L30.5627 62.1722L30.5199 61.7021L30.3342 61.6448L29.8213 61.6161L29.5941 61.4742L29.5798 61.2893C29.5798 61.2893 29.7355 60.9754 29.9784 61.0328C30.1627 60.8464 30.0641 60.5325 30.0641 60.5325L29.9498 60.2201L29.7784 59.9492L29.7641 59.578L29.7927 59.1924L29.7784 58.9645C29.7784 58.9645 29.6927 58.6363 29.637 58.5517C29.5941 58.4227 29.5941 58.2808 29.6513 58.2235C29.6784 57.9812 29.6513 57.6674 29.6513 57.6674L29.5084 57.3535C29.5084 57.3535 29.0669 56.0993 28.824 55.7711C28.5112 55.344 27.5997 53.7186 27.4711 53.0478C27.3154 52.2494 27.0439 51.1659 27.0011 51.0383C26.831 50.7244 26.1324 49.6838 26.0467 49.0417C25.8338 48.3437 24.7795 45.2062 24.438 44.6085C24.0965 43.8087 23.5408 42.4126 23.5408 42.2407C23.4265 42.1418 23.3265 42.298 23.3265 42.298L22.8565 42.3553L22.5864 42.384H22.3864L22.315 42.5689C22.315 42.5689 22.0593 44.1943 21.6178 44.9783C21.3463 45.8626 19.9505 49.8974 19.8948 50.2113C19.8234 50.6384 19.6091 51.4081 18.8119 52.3068C18.6118 52.6923 18.2275 53.6613 18.0861 54.3593C17.8004 55.1576 17.4589 55.5145 17.3446 55.7281C17.1175 56.1853 15.7916 58.48 15.6788 59.1078C15.6073 59.5206 15.6645 59.7485 15.6645 59.7485L15.5788 59.9492L15.493 60.1054V60.3333L15.5073 60.5469L15.5502 60.6759L15.5931 60.8608L15.5502 61.0184L15.4216 61.103C15.4216 61.103 15.0659 61.6305 15.1516 61.8583C15.1802 62.1436 15.223 62.3299 15.223 62.3299L15.2802 62.4575V62.8L15.1802 62.9706C15.1802 62.9706 13.7843 62.9849 13.7272 62.9993C13.67 63.0136 13.4843 62.8144 13.4843 62.8144L13.2857 62.6151L13.1429 62.4718L13.0286 62.4288L13 62.2869L13.0571 62.1292L13.1572 61.9443C13.1572 61.9443 13.6986 61.0887 13.7986 60.7332C13.7986 60.7332 13.8272 60.4623 13.9258 60.3763C13.9401 60.1914 13.9258 59.6783 13.9258 59.6783L13.9829 59.5636L14.0972 59.4217C14.0972 59.4217 14.553 58.394 14.6387 57.4395C14.753 56.3845 15.2373 53.3617 15.7216 52.8342C16.0917 52.2351 16.5617 51.1085 16.7317 50.9666C16.8603 50.5667 17.4303 49.142 17.5161 48.6146C17.6161 47.9438 17.7289 47.0451 17.7289 46.6896C17.7146 46.0189 17.7861 44.5798 17.8289 44.3232C17.9004 43.952 18.1704 42.2407 18.299 41.9841C18.4561 41.643 18.4561 41.4996 18.4561 41.4996L18.3561 41.4853V41.2287L18.2847 40.8718L18.2561 40.4447L18.2847 40.2455L18.3133 40.0878L18.2847 39.7324L18.3561 39.5747L18.4704 39.4041L18.499 39.1762C18.499 39.1762 18.5418 39.0616 18.6261 38.9197C18.6976 38.7333 18.7261 38.6488 18.7261 38.6488C18.7261 38.6488 18.8547 38.1486 18.9547 38.021C18.9547 37.8218 18.9262 37.7358 18.9262 37.7358C18.9262 37.7358 18.769 37.4505 18.7976 37.3359C18.7261 37.1796 17.9147 36.0961 17.7861 35.9112C17.6018 35.6403 16.9174 34.5567 16.7317 34.1855C16.5474 33.8157 16.476 33.7583 16.476 33.7583C16.476 33.7583 16.3617 33.4874 16.4474 33.3728C16.476 33.1162 16.4903 33.0173 16.4903 33.0173L16.5474 32.917L16.6617 32.7736L16.7174 32.6461L17.0317 31.9466C17.046 31.8907 17.3732 31.1626 17.4589 31.0207C17.5875 30.7928 18.2275 29.252 18.4561 28.9682C18.6404 28.5397 18.8262 28.1971 18.8262 28.1971L18.9833 27.813L19.1247 27.5707L19.1533 27.3987L18.9262 27.4991L18.5976 27.6281L18.3847 27.5707L18.3275 27.3572L18.4847 27.3987L18.6547 27.3142L18.4276 27.2282L18.299 27.0433L18.4418 27.0576H18.669L18.5418 26.9429L18.3418 26.7437L18.299 26.4872L18.4704 26.6004L18.669 26.7151L18.6976 26.6004L18.499 26.4298C18.499 26.4298 18.1704 26.2736 18.0289 25.974C17.8861 25.6745 17.9147 25.5885 17.9147 25.5885C17.9147 25.5885 18.099 25.931 18.2561 25.9597C18.4133 25.9884 18.4847 25.8737 18.4847 25.8737L18.6833 25.6601L18.7833 25.5025L18.6261 25.5455L18.499 25.3606H18.5976H18.769L18.8262 25.2602L18.7404 25.2459L18.569 25.1613L18.6119 25.0323L18.7261 25.104L18.869 25.0037L19.0247 24.6052V24.1337C19.0247 24.1337 18.8833 23.5646 19.1819 23.0515C19.3533 22.5943 19.5376 22.2102 19.5376 22.2102L19.6662 21.6827L19.8234 21.2255L19.9234 20.9259C19.9234 20.9259 20.2648 20.4271 20.6634 20.2852C21.1049 20.086 21.5321 20 21.8878 20C22.145 20.0573 22.1593 20.0989 22.1593 20.0989C22.1593 20.0989 22.3578 19.871 22.885 20.1132C23.2551 20.2422 24.2666 20.6407 24.4523 20.8973C24.6509 21.1552 25.1352 21.9679 25.3781 22.6373C25.6195 23.407 25.8053 23.7065 25.8053 23.7065L25.8481 23.9344L25.8338 24.1208L25.7624 23.9488L25.6624 23.7639L25.7195 24.1623C25.7195 24.1623 25.9481 24.7901 25.7338 25.2602L25.6195 25.2172C25.6195 25.2172 25.5624 25.4466 25.5052 25.5025C25.4495 25.5598 25.2924 25.6888 25.2924 25.6888C25.2924 25.6888 25.2638 25.9024 25.2352 25.9597C25.2066 26.0156 25.0781 26.3008 25.0781 26.3582C25.0781 26.4155 24.908 26.6291 24.908 26.6291C24.908 26.6291 24.5937 26.8713 24.3809 26.9143C24.438 27.0289 24.9938 27.4561 24.9223 27.8273C24.8938 28.1555 24.8366 28.3978 24.808 28.554C24.7937 28.7819 24.908 28.8965 24.908 28.8965C24.908 28.8965 25.4924 29.6806 25.8195 29.8655C26.161 30.0518 26.8025 30.6208 26.9582 31.1483C26.9582 31.1483 27.1868 31.4192 27.0439 31.5338C27.0153 31.5338 27.1011 32.3752 26.7596 32.5888C26.7596 32.5888 26.0896 32.8166 25.8481 32.6031C25.8481 32.6031 25.9481 33.5591 25.9753 33.6293C26.0038 33.701 26.0038 34.0995 25.9195 34.3288C25.961 34.5854 26.5882 36.5246 26.8168 36.7382C27.0153 37.0521 27.8554 39.4041 27.7711 40.6726C27.8554 41.3434 28.2697 43.125 28.2554 43.8804C28.3112 44.1656 28.5397 45.6777 28.3826 46.7326C28.3969 47.0035 28.5255 48.186 28.6683 48.4426C28.7255 48.5142 28.8383 48.9414 28.824 49.142C28.8383 49.1564 28.9383 49.5978 28.9383 49.5978C28.9383 49.5978 29.2084 50.4965 29.4084 50.7817C29.5798 51.0526 30.1627 52.0789 30.2199 53.0621C30.2913 53.5753 30.7613 56.4419 30.8042 56.5408C30.8471 56.6411 30.8756 57.3535 31.1171 58.0243C31.2028 58.2091 31.3171 58.4227 31.3171 58.4227L31.3742 58.5947L31.4028 58.8369L31.4171 59.1078L31.5028 59.3214L31.6157 59.5493L31.6728 59.7772L31.73 59.9062C31.73 59.9062 31.8871 60.2057 31.9157 60.6185C31.9443 60.8034 32 60.9181 32 60.9181L31.9014 61.1317ZM20.7434 34.915C20.2463 34.0622 19.8619 32.4999 19.7705 32.0742C19.7191 31.8721 19.5576 31.4966 19.5576 31.4966L19.5062 31.5668C19.5062 31.5668 19.1933 32.1258 18.899 32.348C18.6347 32.5716 18.3104 33.4545 18.3104 33.4545C18.3104 33.4545 18.3004 33.5863 18.3918 33.7182C18.4833 33.8501 18.7261 34.4893 18.8376 34.915C18.909 35.249 19.4862 36.569 19.6391 36.8829C19.7705 37.0048 19.9019 37.4606 19.9634 37.644C20.0848 37.4821 20.5406 37.3488 20.5406 37.3488L20.612 37.2484L20.6934 37.1366L20.7234 37.0048C20.7234 37.0048 20.7434 36.8113 20.7434 36.7711C20.7434 36.731 20.8049 36.6092 20.8049 36.6092C20.8049 36.6092 20.8849 36.5275 21.0377 36.3655C21.1892 36.0617 20.9463 35.3006 20.7434 34.915Z\" fill=\"#E0E0E0\"/>
  693. \t\t\t\t\t\t\t\t<path d=\"M46.2693 23.4324C46.1094 24.2807 45.6082 25.6579 45.5625 26.4139C45.5383 26.83 45.5468 27.3267 45.5611 27.6915C45.5939 27.7003 45.6182 27.7105 45.6311 27.7222C45.8581 27.9288 46.4735 28.4328 46.5649 29.58C46.6563 30.7272 45.6768 31.4378 45.6768 31.4378L45.6539 31.4524C45.6425 31.9828 45.5982 32.7417 45.4483 33.2501C45.1984 34.0984 44.5373 35.1533 44.4459 35.543C44.3559 35.9328 43.6948 37.6074 43.7633 38.3414C43.8319 39.0754 43.9904 40.7735 43.7405 41.7361C43.4892 42.7001 42.8523 43.6407 42.6467 43.9162C42.4425 44.1902 42.1455 44.8788 42.0784 45.1308C42.0099 45.3842 40.6876 47.6771 40.3235 47.976C39.9594 48.2734 39.6866 49.0075 39.3439 49.4441C39.0027 49.8792 38.8884 50.3832 38.8884 50.8198C38.8884 51.255 39.0027 51.9201 39.2083 52.1736C39.4125 52.4256 40.2778 53.6416 40.5063 54.4665C40.7333 55.2928 41.166 57.4715 41.2573 58.1132C41.3487 58.7564 41.4401 60.5687 41.5772 61.3247C41.7129 62.0822 41.8499 63.3671 42.2141 63.7099C42.5782 64.0542 43.285 64.5362 43.4221 64.9025C43.5577 65.2703 43.5577 65.7743 43.3535 65.9354C43.1479 66.0966 42.5782 66.8526 42.4197 67.3346C42.2597 67.8166 42.2369 68.6195 42.2141 68.8715C42.1912 69.1235 41.7357 69.4444 41.5772 69.5367C41.4173 69.629 40.4606 69.7433 40.2321 69.7433C40.0051 69.7433 39.868 70.0407 39.6866 69.9953C39.5039 69.9499 39.3896 69.8121 39.3439 69.7198C39.1854 69.7433 38.9341 69.9264 38.8656 69.7653C38.6614 69.8341 38.2744 69.7887 38.2059 69.629C38.1373 69.4678 38.2059 69.1235 38.5929 69.0093C38.9798 68.895 39.2754 68.8261 39.4125 68.7792C39.5496 68.7338 39.6866 68.3206 39.7538 68.1375C39.808 67.991 39.9194 67.6716 39.918 67.1896C39.818 67.1691 39.7195 67.1954 39.6638 67.2658C39.5724 67.38 39.5953 67.7698 39.5039 67.9998C39.4125 68.2298 39.0484 68.4349 38.7985 68.3895C38.5472 68.3441 37.5676 68.4129 37.3634 68.4818C37.1578 68.5507 36.9979 68.6195 36.9979 68.2987C36.9979 67.9763 37.272 67.5646 37.4762 67.38C37.6818 67.1969 37.9089 66.5083 38.0231 66.2797C38.1373 66.0497 38.3201 65.3626 38.3872 65.1325C38.4558 64.9025 38.7071 64.4674 38.7985 63.9399C38.8884 63.4125 38.4101 62.3796 38.183 62.0822C37.9546 61.7833 36.975 59.9035 36.2011 58.5263C35.4272 57.1506 35.45 55.6137 35.4043 55.4071C35.3586 55.2005 35.4957 54.8562 35.3358 54.6277C35.1758 54.3976 34.9031 53.2504 34.9031 53.0219C34.9031 52.7919 34.7203 52.2424 34.5161 51.7604C34.3105 51.2784 33.7636 49.5349 33.6494 48.9386C33.5366 48.3423 32.2829 45.8428 31.8731 42.539C31.656 40.7867 31.9573 39.6087 32.3514 38.7619C32.2043 38.4982 31.7488 37.6806 31.5775 37.4697C31.3719 37.2177 30.6893 35.795 30.4837 35.5665C30.2795 35.3365 29.8925 34.4881 30.0282 33.9607C30.1653 33.4333 30.7579 31.8041 30.8707 31.5066C30.9849 31.2078 31.9645 28.7771 32.2158 28.3874C32.4657 27.9977 32.7155 27.0571 32.7612 26.7816C32.8069 26.5062 33.6951 24.6938 33.9921 24.373C34.2877 24.0521 35.4272 23.7767 35.9955 23.9144C35.9955 23.8543 35.9855 23.7943 35.9683 23.7342C34.3576 23.387 34.9274 21.1351 34.9945 20.9549C35.0616 20.7717 35.153 19.6245 35.153 19.1205C35.153 18.6151 35.4043 17.8122 35.45 17.5382C35.4957 17.2628 35.4043 17.0093 35.4957 16.2987C35.3586 16.391 34.926 16.895 34.8346 17.0562C34.8346 17.1705 34.6975 17.2847 34.5847 17.2847C34.4705 17.2847 34.4476 17.4225 34.3791 17.5602C34.3105 17.6979 34.1963 17.629 34.1278 17.4459C34.0606 17.2628 33.855 16.5976 33.855 16.413C33.855 16.413 33.7179 16.5742 33.6051 16.5507C33.628 16.6884 33.5366 16.8262 33.4909 16.9639C33.4452 17.1016 33.3538 17.4225 33.2396 17.4225C33.1268 17.4225 33.1268 17.2159 33.1496 17.0782C33.1725 16.9404 33.2853 16.2987 33.3081 16.2079C33.331 16.1156 33.2167 15.8856 33.3538 15.7713C33.4909 15.657 33.5823 15.4958 33.7636 15.3127C33.9464 15.1296 34.242 14.6241 34.2191 14.5098C34.1963 14.3955 34.2877 14.1655 34.5618 14.1655C34.8346 14.1655 34.9031 14.0966 35.3815 14.0278C35.8598 13.9589 36.8165 13.3172 37.0207 13.2718C37.2263 13.2249 37.4762 13.0652 37.6361 13.0418C37.7961 13.0183 37.9317 12.9495 38.0688 13.0652C38.2059 13.1795 38.2973 13.2029 38.8884 13.156C39.481 13.1106 43.9904 13.5238 44.3102 13.5926C44.6287 13.6615 45.4711 13.7992 45.6996 13.7069C45.9266 13.6146 46.2922 13.8681 46.405 14.0966C46.5192 14.3267 46.5878 15.175 46.5649 15.5193C46.5421 15.8636 46.9519 17.8122 46.9976 19.2802C47.0433 20.7483 46.4278 22.5841 46.2693 23.4324ZM34.6704 15.5149C34.5618 15.5969 34.5061 15.7068 34.5061 15.8445C34.5061 15.9822 34.5618 16.3134 34.5618 16.3134C34.5618 16.3134 34.5618 16.3954 34.6975 16.2577C34.6704 16.0921 34.6704 15.5149 34.6704 15.5149ZM35.5185 22.9738C35.3929 22.7863 35.2872 22.5006 35.1844 22.0537C35.1173 22.25 35.1073 22.6046 35.1758 22.8815C35.2487 23.1745 35.6985 23.4236 35.877 23.5115C35.7641 23.299 35.6028 23.1013 35.5185 22.9738ZM36.2925 30.1983C36.1954 30.0869 35.6656 29.3353 35.2672 28.7654L35.1073 28.8914C35.1073 28.8914 34.2191 30.4737 33.7636 31.0012C33.3081 31.5286 32.9897 32.8824 32.3286 33.6398C31.8731 34.1907 32.26 34.3958 32.26 34.3958C32.26 34.3958 32.8069 35.6119 32.9897 35.9562C33.1582 36.2741 33.4038 36.6302 33.548 36.7532C34.2163 35.8771 35.7513 34.6376 36.0869 34.2596C36.4738 33.823 36.748 33.9153 37.0664 33.571C37.3863 33.2267 37.3177 32.585 37.3863 32.1029C36.2925 31.8275 36.2925 30.5206 36.2925 30.1983ZM42.3283 15.4739C42.0327 15.3581 40.6662 15.0138 40.6662 15.0138L40.6433 15.0534C41.0032 15.32 41.6372 15.8548 41.7814 16.391C41.987 17.147 42.1912 18.2034 42.2369 19.0971C42.2797 19.9205 42.4568 22.0259 42.8937 23.0881C43.0265 22.6324 43.3878 21.9892 43.6263 21.5746C43.8776 21.138 43.9004 21.0472 44.1503 20.4963C44.1503 19.396 44.3559 16.5053 44.3559 16.0467C43.9675 16.0013 42.6239 15.5881 42.3283 15.4739Z\" fill=\"#E0E0E0\"/>
  694. \t\t\t\t\t\t\t</svg>
  695. \t\t\t\t\t\t\t<div class=\"text\">
  696. \t\t\t\t\t\t\t\t<h2>Рекламодатель</h2>
  697. \t\t\t\t\t\t\t\t<p class=\"desc\">Девушки, модели, проститутки, индивидуалки, массажистки, салоны</p>
  698. \t\t\t\t\t\t\t</div>
  699. \t\t\t\t\t\t\t<svg class=\"dot\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  700. \t\t\t\t\t\t\t\t<circle class=\"stroke\" cx=\"12\" cy=\"12\" r=\"10.5\" fill=\"white\" stroke-width=\"3\"/>
  701. \t\t\t\t\t\t\t\t<circle class=\"fill\" cx=\"12\" cy=\"12\" r=\"7\"/>
  702. \t\t\t\t\t\t\t</svg>
  703. \t\t\t\t\t\t</div>
  704. \t\t\t\t\t\t<ul>
  705. \t\t\t\t\t\t\t<li>Бесплатное размещение анкет</li>
  706. \t\t\t\t\t\t\t<li>Бесплатная регистрация</li>
  707. \t\t\t\t\t\t\t<li>Почасовая оплата премиум-функций</li>
  708. \t\t\t\t\t\t\t<li>Десятки тысяч потенциальных клиентов ежедневно</li>
  709. \t\t\t\t\t\t</ul>
  710. \t\t\t\t\t</div>
  711. \t\t\t\t\t<div class=\"visitor type-element\" id=\"visitor-type\">
  712. \t\t\t\t\t\t<div class=\"button-block\" data-type=\"visitor\">
  713. \t\t\t\t\t\t\t<svg class=\"img\" width=\"80\" height=\"80\" viewBox=\"0 0 80 80\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  714. \t\t\t\t\t\t\t\t<circle cx=\"40\" cy=\"40\" r=\"40\" fill=\"#F3F3F3\"/>
  715. \t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0)\">
  716. \t\t\t\t\t\t\t\t\t<path d=\"M16.185 62.3812C20.5788 65.1307 28.2315 66.3223 33.4182 66.7381C41.9124 67.4203 56.6823 66.8443 63.813 62.3812C64.0892 62.2085 64.2506 61.9001 64.2349 61.5747C64.2192 61.2493 64.0289 60.9578 63.7374 60.8125C62.9364 60.4138 60.6198 59.1412 59.5146 58.5094C53.4846 54.994 54.7446 58.4635 48.099 52.2094V46.9768C49.8198 45.346 50.8143 43.9312 50.925 41.4337C52.7931 40.4873 54.0525 38.6567 54.2685 36.5737C54.4485 35.6737 54.813 33.2437 53.9985 31.8856C56.8191 25.9627 55.0866 18.3856 48.7281 17.6107C47.8407 16.3822 44.85 13 38.838 13C31.7856 13 25.599 18.85 25.599 25.51C25.622 27.4722 25.943 29.4196 26.5512 31.2853C25.0545 32.3437 25.527 35.5207 25.7331 36.5728C25.9482 38.6551 27.2062 40.4856 29.073 41.4328C29.1828 43.9213 30.1665 45.3361 31.899 46.9777V52.213C30.6198 53.4644 29.2316 54.5993 27.7509 55.6042C27.0048 56.0467 26.1917 56.365 25.3434 56.5465C22.7334 57.0082 21.2934 58.1251 16.6791 60.5965C16.2939 60.8017 15.7926 60.9565 15.7629 61.5721C15.7463 61.8984 15.9078 62.2081 16.185 62.3812ZM58.6146 60.07C59.5425 60.6001 60.4839 61.1176 61.4307 61.6297C57.8591 63.1303 54.0904 64.1096 50.2401 64.5376C51.815 62.6794 52.8553 60.428 53.2497 58.0243C54.8067 58.5526 55.524 58.27 58.6146 60.07ZM52.4946 36.2704C52.4873 36.307 52.4822 36.3439 52.4793 36.3811C52.3505 37.5387 51.781 38.6022 50.889 39.3511C50.7847 38.1651 50.8728 36.9701 51.15 35.8123C51.17 35.7364 51.1818 35.6585 51.1851 35.5801C51.1851 34.7602 51.1617 34.0951 51.1392 33.6001C51.1698 33.3517 51.3453 32.7973 52.3146 32.7973C52.3479 32.7973 52.4181 32.8054 52.4703 32.8072C52.7358 33.16 52.8015 34.7251 52.4946 36.2686V36.2704ZM38.838 14.8C44.9481 14.8 47.3565 18.7744 47.4546 18.94C47.6154 19.2185 47.9125 19.39 48.234 19.39H48.4761C48.6813 19.4026 53.499 19.75 53.499 26.32C53.4894 27.9394 53.1244 29.537 52.4298 31C52.3716 30.9969 52.3133 30.9969 52.2552 31C51.8109 31.0002 51.3711 31.0883 50.961 31.2592C50.1618 24.1492 47.5203 22.4761 47.2026 22.3006C46.7811 22.0674 46.2507 22.2075 45.9993 22.6183C43.6278 26.4883 37.9335 27.0463 37.956 27.0481H33.258C30.4788 27.0481 28.758 28.4089 28.6518 30.6814C28.6446 30.8155 28.6401 30.9676 28.6392 31.1314C28.5504 31.1032 28.4603 31.0795 28.3692 31.0603C27.7519 29.2738 27.4243 27.4 27.399 25.51C27.399 19.9048 32.8512 14.8 38.838 14.8ZM27.5232 36.3838C27.5204 36.3448 27.5153 36.3061 27.5079 36.2677C27.1794 34.6324 27.2739 32.9665 27.552 32.7811C28.0731 32.8576 28.6572 32.8162 28.722 33.3733C28.7724 33.8233 28.7517 34.2427 28.9614 36.3028C29.1416 37.3065 29.1919 38.3292 29.1108 39.3457C28.2209 38.5989 27.6524 37.5383 27.5232 36.3838ZM30.8604 40.7938C30.9987 39.2884 30.9667 37.7722 30.765 36.274C30.5633 34.4442 30.4578 32.6051 30.4491 30.7642C30.4716 30.289 30.5391 28.84 33.258 28.84H38.0343C38.2863 28.8184 43.8393 28.2865 46.902 24.4525C48.9576 27.0625 49.3797 32.1178 49.386 35.4514C49.1777 36.3599 49.066 37.2878 49.053 38.2198C49.053 41.0548 49.7667 43.0249 47.0523 45.4828C43.9257 48.3232 43.9914 50.8 41.529 50.8C37.2603 50.8 37.299 51.1762 35.589 48.6625C34.9436 47.6784 34.2053 46.7586 33.384 45.9157C31.7262 44.2597 30.9009 43.42 30.8604 40.792V40.7938ZM31.899 54.6493V56.2C31.899 56.6971 32.3019 57.1 32.799 57.1C33.296 57.1 33.699 56.6971 33.699 56.2V49.0954C35.0256 50.98 35.8707 52.6 38.469 52.6C43.4298 52.6 43.5585 52.9969 46.299 49.0954V56.2C46.299 56.6971 46.7019 57.1 47.199 57.1C47.696 57.1 48.099 56.6971 48.099 56.2V54.6493C49.1552 55.6434 50.314 56.5226 51.5559 57.2719C51.2256 59.3266 50.097 63.7303 46.4178 64.9462C42.1486 65.2841 37.8593 65.2841 33.5901 64.9462C29.9001 63.7339 28.7724 59.3275 28.4421 57.271C29.6837 56.5216 30.8425 55.6428 31.899 54.6493ZM21.3897 60.0646C24.4641 58.2736 25.1994 58.5499 26.7483 58.0225C27.1425 60.4263 28.1828 62.6777 29.7579 64.5358C25.9076 64.1078 22.1388 63.1285 18.5673 61.6279C19.5141 61.1158 20.4573 60.5974 21.3897 60.0646Z\" fill=\"#E0E0E0\"/>
  717. \t\t\t\t\t\t\t\t</g>
  718. \t\t\t\t\t\t\t\t<defs>
  719. \t\t\t\t\t\t\t\t\t<clipPath id=\"clip0\">
  720. \t\t\t\t\t\t\t\t\t\t<rect width=\"54\" height=\"54\" fill=\"white\" transform=\"translate(13 13)\"/>
  721. \t\t\t\t\t\t\t\t\t</clipPath>
  722. \t\t\t\t\t\t\t\t</defs>
  723. \t\t\t\t\t\t\t</svg>
  724. \t\t\t\t\t\t\t<div class=\"text\">
  725. \t\t\t\t\t\t\t\t<h2>Дон</h2>
  726. \t\t\t\t\t\t\t\t<p class=\"desc\">Пользователь интересующийся девушками</p>
  727. \t\t\t\t\t\t\t</div>
  728. \t\t\t\t\t\t\t<svg class=\"dot\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  729. \t\t\t\t\t\t\t\t<circle class=\"stroke\" cx=\"12\" cy=\"12\" r=\"10.5\" fill=\"white\" stroke-width=\"3\"/>
  730. \t\t\t\t\t\t\t\t<circle class=\"fill\" cx=\"12\" cy=\"12\" r=\"7\"/>
  731. \t\t\t\t\t\t\t</svg>
  732. \t\t\t\t\t\t</div>
  733. \t\t\t\t\t\t<ul>
  734. \t\t\t\t\t\t\t<li>Бесплатная регистрация</li>
  735. \t\t\t\t\t\t\t<li>Авто-подбор свежих и актуальных анкет</li>
  736. \t\t\t\t\t\t\t<li>Отзывы и общение</li>
  737. \t\t\t\t\t\t\t<li>Избранные девушки</li>
  738. \t\t\t\t\t\t</ul>
  739. \t\t\t\t\t</div>
  740. \t\t\t\t</div>
  741. \t\t\t\t<button type=\"button\" class=\"btn btn-fill-red-style d-flex align-center\" id=\"next-btn\">
  742. \t\t\t\t\t<span>Далее</span>
  743. \t\t\t\t</button>
  744. \t\t\t</div>
  745. \t\t\t<div class=\"d-none inputs-form\" id=\"registration-step-2\" data-type-id=\"{{ form.accountType.vars.id }}\">
  746. \t\t\t\t{{ form_start(form) }}
  747. \t\t\t\t<div class=\"error\">{{ form_errors(form) }}</div>
  748. \t\t\t\t<div class=\"form-groups\">
  749. \t\t\t\t\t<div class=\"form-group\">
  750. \t\t\t\t\t\t<label for=\"{{ form.nickName.vars.id }}\">{% trans with {} from 'forms' %}Ник{% endtrans %}:</label>
  751. \t\t\t\t\t\t{{ form_widget(form.nickName, {'label': 'Введите Ник', 'attr': {
  752. \t\t\t\t\t\t\t'class': 'form-control',
  753. \t\t\t\t\t\t\t'aria-describedby':'nickName',
  754. \t\t\t\t\t\t\t'placeholder':'Введите Ник',
  755. \t\t\t\t\t\t\t'required':'',
  756. \t\t\t\t\t\t\t'autofocus':''
  757. \t\t\t\t\t\t}}) }}
  758. \t\t\t\t\t\t{% set error_message = form_errors(form.nickName) %}
  759. \t\t\t\t\t\t<p class=\"field-error{% if error_message|length > 0 %} show{% endif %}\" id=\"{{form.nickName.vars.id }}_error\">{{ error_message }}</p>
  760. \t\t\t\t\t</div>
  761. \t\t\t\t\t<div class=\"form-group\">
  762. \t\t\t\t\t\t<label for=\"{{ form.email.vars.id }}\">{% trans with {} from 'forms' %}E-mail{% endtrans %}:</label>
  763. \t\t\t\t\t\t{{ form_widget(form.email, {'label': 'Введите E-mail', 'attr': {
  764. \t\t\t\t\t\t\t'class': 'form-control',
  765. \t\t\t\t\t\t\t'aria-describedby':'email',
  766. \t\t\t\t\t\t\t'placeholder':'Введите E-mail',
  767. \t\t\t\t\t\t\t'required':''
  768. \t\t\t\t\t\t}}) }}
  769. \t\t\t\t\t\t{% set error_message = form_errors(form.email) %}
  770. \t\t\t\t\t\t<p class=\"field-error{% if error_message|length > 0 %} show{% endif %}\" id=\"{{form.email.vars.id }}_error\">{{ error_message }}</p>
  771. \t\t\t\t\t</div>
  772. \t\t\t\t\t{% if form.city is defined %}<div class=\"form-group\">
  773. \t\t\t\t\t\t<label for=\"{{ form.city.vars.id }}\">{% trans with {} from 'forms' %}Выберите город{% endtrans %}:</label>
  774. \t\t\t\t\t\t{{ form_widget(form.city, {'label': 'Выберите город:', 'attr': {
  775. \t\t\t\t\t\t\t'class': 'form-control',
  776. \t\t\t\t\t\t\t'aria-describedby':'city',
  777. \t\t\t\t\t\t\t'required':''
  778. \t\t\t\t\t\t}}) }}
  779. \t\t\t\t\t\t{% set error_message = form_errors(form.city) %}
  780. \t\t\t\t\t\t<p class=\"field-error{% if error_message|length > 0 %} show{% endif %}\" id=\"{{form.city.vars.id }}_error\">{{ error_message }}</p>
  781. \t\t\t\t\t\t</div>
  782. \t\t\t\t\t{% endif %}
  783. \t\t\t\t\t{% if form.country is defined %}<div class=\"form-group\" style=\"display: none\">
  784. \t\t\t\t\t\t<label for=\"{{ form.country.vars.id }}\">{% trans with {} from 'forms' %}Выберите страну{% endtrans %}:</label>
  785. \t\t\t\t\t\t{{ form_widget(form.country, {'label': 'Выберите страну:', 'attr': {
  786. \t\t\t\t\t\t\t'class': 'form-control',
  787. \t\t\t\t\t\t\t'aria-describedby':'city',
  788. \t\t\t\t\t\t\t'required':''
  789. \t\t\t\t\t\t}}) }}
  790. \t\t\t\t\t\t{% set error_message = form_errors(form.country) %}
  791. \t\t\t\t\t\t<p class=\"field-error{% if error_message|length > 0 %} show{% endif %}\" id=\"{{form.country.vars.id }}_error\">{{ error_message }}</p>
  792. \t\t\t\t\t\t</div>
  793. \t\t\t\t\t{% endif %}
  794. \t\t\t\t\t<div class=\"form-group\">
  795. \t\t\t\t\t\t<label for=\"{{ form.plainPassword.first.vars.id }}\">{% trans with {} from 'forms' %}Пароль{% endtrans %}:</label>
  796. \t\t\t\t\t\t{{ form_widget(form.plainPassword.first, {'label': 'Выберите город:', 'attr': {
  797. \t\t\t\t\t\t\t'class': 'form-control',
  798. \t\t\t\t\t\t\t'required':'',
  799. \t\t\t\t\t\t\t'placeholder': 'Введите пароль'
  800. \t\t\t\t\t\t}}) }}
  801. \t\t\t\t\t\t{% set error_message = form_errors(form.plainPassword.first) %}
  802. \t\t\t\t\t\t<p class=\"field-error{% if error_message|length > 0 %} show{% endif %}\" id=\"{{form.plainPassword.first.vars.id }}_error\">{{ error_message }}</p>
  803. \t\t\t\t\t</div>
  804. \t\t\t\t\t<div class=\"form-group\">
  805. \t\t\t\t\t\t<label for=\"{{ form.plainPassword.second.vars.id }}\">{% trans with {} from 'forms' %}Повторите пароль{% endtrans %}:</label>
  806. \t\t\t\t\t\t{{ form_widget(form.plainPassword.second, {'label': 'Выберите город:', 'attr': {
  807. \t\t\t\t\t\t\t'class': 'form-control',
  808. \t\t\t\t\t\t\t'required':'',
  809. \t\t\t\t\t\t\t'placeholder': 'Повторите пароль'
  810. \t\t\t\t\t\t}}) }}
  811. \t\t\t\t\t\t{% set error_message = form_errors(form.plainPassword.second) %}
  812. \t\t\t\t\t\t<p class=\"field-error{% if error_message|length > 0 %} show{% endif %}\" id=\"{{form.plainPassword.second.vars.id }}_error\">{{ error_message }}</p>
  813. \t\t\t\t\t</div>
  814. \t\t\t\t</div>
  815. \t\t\t\t<button type=\"submit\" class=\"btn btn-danger\">
  816. \t\t\t\t\t<span>Зарегистрироваться</span>
  817. \t\t\t\t</button>
  818. \t\t\t\t{{ form_end(form) }}
  819. \t\t\t</div>
  820. \t\t</section>
  821. \t</main>#}
  822. {% endblock %}
  823. ""security/register.html.twig""/app/templates/security/register.html.twig");
  824.     }
  825. }