var/cache/dev/twig/e7/e75450dda9058e15e8a6856fbb86eb4e.php line 121

  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\CoreExtension;
  6. use Twig\Extension\SandboxExtension;
  7. use Twig\Markup;
  8. use Twig\Sandbox\SecurityError;
  9. use Twig\Sandbox\SecurityNotAllowedTagError;
  10. use Twig\Sandbox\SecurityNotAllowedFilterError;
  11. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  12. use Twig\Source;
  13. use Twig\Template;
  14. use Twig\TemplateWrapper;
  15. /* registration/register.html.twig */
  16. class __TwigTemplate_f67c1cba34ca683f4bb3ffb1b8dc7326 extends Template
  17. {
  18.     private Source $source;
  19.     /**
  20.      * @var array<string, Template>
  21.      */
  22.     private array $macros = [];
  23.     public function __construct(Environment $env)
  24.     {
  25.         parent::__construct($env);
  26.         $this->source $this->getSourceContext();
  27.         $this->blocks = [
  28.             'form_label' => [$this'block_form_label'],
  29.             'title' => [$this'block_title'],
  30.             'body' => [$this'block_body'],
  31.         ];
  32.     }
  33.     protected function doGetParent(array $context): bool|string|Template|TemplateWrapper
  34.     {
  35.         // line 1
  36.         return "base.security.html.twig";
  37.     }
  38.     protected function doDisplay(array $context, array $blocks = []): iterable
  39.     {
  40.         $macros $this->macros;
  41.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  42.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""registration/register.html.twig"));
  43.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  44.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""registration/register.html.twig"));
  45.         // line 2
  46.         $this->env->getRuntime("Symfony\\Component\\Form\\FormRenderer")->setTheme((isset($context["registrationForm"]) || array_key_exists("registrationForm"$context) ? $context["registrationForm"] : (function () { throw new RuntimeError('Variable "registrationForm" does not exist.'2$this->source); })()), [$this->getTemplateName()], true);
  47.         // line 1
  48.         $this->parent $this->loadTemplate("base.security.html.twig""registration/register.html.twig"1);
  49.         yield from $this->parent->unwrap()->yield($contextarray_merge($this->blocks$blocks));
  50.         
  51.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  52.         
  53.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  54.     }
  55.     // line 4
  56.     /**
  57.      * @return iterable<null|scalar|\Stringable>
  58.      */
  59.     public function block_form_label(array $context, array $blocks = []): iterable
  60.     {
  61.         $macros $this->macros;
  62.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  63.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""form_label"));
  64.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  65.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""form_label"));
  66.         // line 5
  67.         yield "    ";
  68.         yield (isset($context["label"]) || array_key_exists("label"$context) ? $context["label"] : (function () { throw new RuntimeError('Variable "label" does not exist.'5$this->source); })());
  69.         yield "
  70. ";
  71.         
  72.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  73.         
  74.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  75.         yield from [];
  76.     }
  77.     // line 8
  78.     /**
  79.      * @return iterable<null|scalar|\Stringable>
  80.      */
  81.     public function block_title(array $context, array $blocks = []): iterable
  82.     {
  83.         $macros $this->macros;
  84.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  85.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  86.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  87.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  88.         yield "Register";
  89.         
  90.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  91.         
  92.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  93.         yield from [];
  94.     }
  95.     // line 10
  96.     /**
  97.      * @return iterable<null|scalar|\Stringable>
  98.      */
  99.     public function block_body(array $context, array $blocks = []): iterable
  100.     {
  101.         $macros $this->macros;
  102.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  103.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  104.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  105.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  106.         // line 11
  107.         yield "    <div class=\"d-flex flex-center flex-column flex-lg-row-fluid\">
  108.         <!--begin::Wrapper-->
  109.         <div class=\"w-lg-500px p-10\">
  110.             ";
  111.         // line 14
  112.         $context['_parent'] = $context;
  113.         $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'14$this->source); })()), "flashes", ["verify_email_error"], "method"falsefalsefalse14));
  114.         foreach ($context['_seq'] as $context["_key"] => $context["flash_error"]) {
  115.             // line 15
  116.             yield "                <div class=\"alert alert-danger\" role=\"alert\">";
  117.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["flash_error"], "html"nulltrue);
  118.             yield "</div>
  119.             ";
  120.         }
  121.         $_parent $context['_parent'];
  122.         unset($context['_seq'], $context['_key'], $context['flash_error'], $context['_parent']);
  123.         $context array_intersect_key($context$_parent) + $_parent;
  124.         // line 17
  125.         yield "
  126.             <!--begin::Form-->
  127.             ";
  128.         // line 19
  129.         yield         $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock((isset($context["registrationForm"]) || array_key_exists("registrationForm"$context) ? $context["registrationForm"] : (function () { throw new RuntimeError('Variable "registrationForm" does not exist.'19$this->source); })()), 'form_start', ["attr" => ["class" => "form w-100 fv-plugins-bootstrap5 fv-plugins-framework"]]);
  130.         yield "
  131.                 <!--begin::Heading-->
  132.                 <div class=\"text-center mb-11\">
  133.                     <!--begin::Title-->
  134.                     <h1 class=\"text-dark fw-bolder mb-3\">Sign Up</h1>
  135.                     <!--end::Title-->
  136.                     <!--begin::Subtitle-->
  137.                     <div class=\"text-gray-500 fw-semibold fs-6\">Your Social Campaigns</div>
  138.                     <!--end::Subtitle=-->
  139.                 </div>
  140.                 <!--begin::Heading-->
  141.                 <!--begin::Login options-->
  142.                 <div class=\"row g-3 mb-9\">
  143.                     <!--begin::Col-->
  144.                     <div class=\"col-md-6\">
  145.                         <!--begin::Google link=-->
  146.                         <a href=\"#\" class=\"btn btn-flex btn-outline btn-text-gray-700 btn-active-color-primary bg-state-light flex-center text-nowrap w-100\">
  147.                             <img alt=\"Logo\" src=\"assets/media/svg/brand-logos/google-icon.svg\" class=\"h-15px me-3\">Sign in with Google</a>
  148.                         <!--end::Google link=-->
  149.                     </div>
  150.                     <!--end::Col-->
  151.                     <!--begin::Col-->
  152.                     <div class=\"col-md-6\">
  153.                         <!--begin::Google link=-->
  154.                         <a href=\"#\" class=\"btn btn-flex btn-outline btn-text-gray-700 btn-active-color-primary bg-state-light flex-center text-nowrap w-100\">
  155.                             <img alt=\"Logo\" src=\"assets/media/svg/brand-logos/apple-black.svg\" class=\"theme-light-show h-15px me-3\">
  156.                             <img alt=\"Logo\" src=\"assets/media/svg/brand-logos/apple-black-dark.svg\" class=\"theme-dark-show h-15px me-3\">Sign in with Apple</a>
  157.                         <!--end::Google link=-->
  158.                     </div>
  159.                     <!--end::Col-->
  160.                 </div>
  161.                 <!--end::Login options-->
  162.                 <!--begin::Separator-->
  163.                 <div class=\"separator separator-content my-14\">
  164.                     <span class=\"w-125px text-gray-500 fw-semibold fs-7\">Or with email</span>
  165.                 </div>
  166.                 <!--end::Separator-->
  167.                 <!--begin::Input group=-->
  168.             <div class=\"fv-row mb-8 fv-plugins-icon-container\">
  169.                 <!--begin::Email-->
  170.                 ";
  171.         // line 59
  172.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["registrationForm"]) || array_key_exists("registrationForm"$context) ? $context["registrationForm"] : (function () { throw new RuntimeError('Variable "registrationForm" does not exist.'59$this->source); })()), "lname", [], "any"falsefalsefalse59), 'row', ["attr" => ["class" => "form-control bg-transparent""placeholder" => "Firstname"]]);
  173.         yield "
  174.                 <!--end::Email-->
  175.                 <div class=\"fv-plugins-message-container invalid-feedback\"></div></div>
  176.             <div class=\"fv-row mb-8 fv-plugins-icon-container\">
  177.                 <!--begin::Email-->
  178.                 ";
  179.         // line 65
  180.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["registrationForm"]) || array_key_exists("registrationForm"$context) ? $context["registrationForm"] : (function () { throw new RuntimeError('Variable "registrationForm" does not exist.'65$this->source); })()), "fname", [], "any"falsefalsefalse65), 'row', ["attr" => ["class" => "form-control bg-transparent""placeholder" => "Lastname"]]);
  181.         yield "
  182.                 <!--end::Email-->
  183.                 <div class=\"fv-plugins-message-container invalid-feedback\"></div></div>
  184.                 <div class=\"fv-row mb-8 fv-plugins-icon-container\">
  185.                     <!--begin::Email-->
  186.                     ";
  187.         // line 71
  188.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["registrationForm"]) || array_key_exists("registrationForm"$context) ? $context["registrationForm"] : (function () { throw new RuntimeError('Variable "registrationForm" does not exist.'71$this->source); })()), "email", [], "any"falsefalsefalse71), 'row', ["attr" => ["class" => "form-control bg-transparent""placeholder" => "Email"]]);
  189.         yield "
  190.                     <!--end::Email-->
  191.                     <div class=\"fv-plugins-message-container invalid-feedback\"></div></div>
  192.                 <!--begin::Input group-->
  193.                 <div class=\"fv-row mb-8 fv-plugins-icon-container\" data-kt-password-meter=\"true\">
  194.                     <!--begin::Wrapper-->
  195.                     <div class=\"mb-1\">
  196.                         <!--begin::Input wrapper-->
  197.                         <div class=\"position-relative mb-3\">
  198.                             ";
  199.         // line 82
  200.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["registrationForm"]) || array_key_exists("registrationForm"$context) ? $context["registrationForm"] : (function () { throw new RuntimeError('Variable "registrationForm" does not exist.'82$this->source); })()), "plainPassword", [], "any"falsefalsefalse82), 'row', ["label" => "Password""class" => "form-control bg-transparent""placeholder" => "Password"]);
  201.         // line 84
  202.         yield "
  203.                             <span class=\"btn btn-sm btn-icon position-absolute translate-middle top-50 end-0 me-n2\" data-kt-password-meter-control=\"visibility\">
  204. \t\t\t\t\t\t\t\t\t\t\t\t<i class=\"bi bi-eye-slash fs-2\"></i>
  205. \t\t\t\t\t\t\t\t\t\t\t\t<i class=\"bi bi-eye fs-2 d-none\"></i>
  206. \t\t\t\t\t\t\t\t\t\t\t</span>
  207.                         </div>
  208.                         <!--end::Input wrapper-->
  209.                         <!--begin::Meter-->
  210.                         <div class=\"d-flex align-items-center mb-3\" data-kt-password-meter-control=\"highlight\">
  211.                             <div class=\"flex-grow-1 bg-secondary bg-active-success rounded h-5px me-2\"></div>
  212.                             <div class=\"flex-grow-1 bg-secondary bg-active-success rounded h-5px me-2\"></div>
  213.                             <div class=\"flex-grow-1 bg-secondary bg-active-success rounded h-5px me-2\"></div>
  214.                             <div class=\"flex-grow-1 bg-secondary bg-active-success rounded h-5px\"></div>
  215.                         </div>
  216.                         <!--end::Meter-->
  217.                     </div>
  218.                     <!--end::Wrapper-->
  219.                     <!--begin::Hint-->
  220.                     <div class=\"text-muted\">Use 8 or more characters with a mix of letters, numbers &amp; symbols.</div>
  221.                     <!--end::Hint-->
  222.                     <div class=\"fv-plugins-message-container invalid-feedback\"></div></div>
  223.                 <!--end::Input group=-->
  224.                 <!--end::Input group=-->
  225.                 <div class=\"fv-row mb-8 fv-plugins-icon-container\">
  226.                     <!--begin::Repeat Password-->
  227.                     ";
  228.         // line 110
  229.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["registrationForm"]) || array_key_exists("registrationForm"$context) ? $context["registrationForm"] : (function () { throw new RuntimeError('Variable "registrationForm" does not exist.'110$this->source); })()), "plainPasswordRepeat", [], "any"falsefalsefalse110), 'row', ["label" => "Repeat Password""class" => "form-control bg-transparent""placeholder" => "Repeat password"]);
  230.         // line 112
  231.         yield "
  232.                     <!--end::Repeat Password-->
  233.                     <div class=\"fv-plugins-message-container invalid-feedback\"></div></div>
  234.                 <!--end::Input group=-->
  235.                 <!--begin::Accept-->
  236.                 <div class=\"fv-row mb-8 fv-plugins-icon-container\">
  237.                         ";
  238.         // line 119
  239.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["registrationForm"]) || array_key_exists("registrationForm"$context) ? $context["registrationForm"] : (function () { throw new RuntimeError('Variable "registrationForm" does not exist.'119$this->source); })()), "agreeTerms", [], "any"falsefalsefalse119), 'widget', ["attr" => ["class" => "form-check-input"], "label" => "I Accept the <a href=\"#\" class=\"ms-1 link-primary\">Terms</a>""label_html" => true]);
  240.         // line 123
  241.         yield "
  242.                     <div class=\"fv-plugins-message-container invalid-feedback\"></div></div>
  243.                 <!--end::Accept-->
  244.                 <!--begin::Submit button-->
  245.                 <div class=\"d-grid mb-10\">
  246.                     <button type=\"submit\" id=\"kt_sign_up_submit\" class=\"btn btn-primary\">
  247.                         <!--begin::Indicator label-->
  248.                         <span class=\"indicator-label\">Sign up</span>
  249.                         <!--end::Indicator label-->
  250.                         <!--begin::Indicator progress-->
  251.                         <span class=\"indicator-progress\">Please wait...
  252. \t\t\t\t\t\t\t\t\t\t<span class=\"spinner-border spinner-border-sm align-middle ms-2\"></span></span>
  253.                         <!--end::Indicator progress-->
  254.                     </button>
  255.                 </div>
  256.                 <!--end::Submit button-->
  257.                 <!--begin::Sign up-->
  258.                 <div class=\"text-gray-500 text-center fw-semibold fs-6\">Already have an Account?
  259.                     <a href=\"/\" class=\"link-primary fw-semibold\">Sign in</a></div>
  260.                 <!--end::Sign up-->
  261.             ";
  262.         // line 145
  263.         yield         $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock((isset($context["registrationForm"]) || array_key_exists("registrationForm"$context) ? $context["registrationForm"] : (function () { throw new RuntimeError('Variable "registrationForm" does not exist.'145$this->source); })()), 'form_end');
  264.         yield "
  265.             <!--end::Form-->
  266.         </div>
  267.         <!--end::Wrapper-->
  268.     </div>
  269. <!--begin::Form-->
  270. ";
  271.         
  272.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  273.         
  274.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  275.         yield from [];
  276.     }
  277.     /**
  278.      * @codeCoverageIgnore
  279.      */
  280.     public function getTemplateName(): string
  281.     {
  282.         return "registration/register.html.twig";
  283.     }
  284.     /**
  285.      * @codeCoverageIgnore
  286.      */
  287.     public function isTraitable(): bool
  288.     {
  289.         return false;
  290.     }
  291.     /**
  292.      * @codeCoverageIgnore
  293.      */
  294.     public function getDebugInfo(): array
  295.     {
  296.         return array (  295 => 145,  271 => 123,  269 => 119,  260 => 112,  258 => 110,  230 => 84,  228 => 82,  214 => 71,  205 => 65,  196 => 59,  153 => 19,  149 => 17,  140 => 15,  136 => 14,  131 => 11,  118 => 10,  95 => 8,  81 => 5,  68 => 4,  57 => 1,  55 => 2,  42 => 1,);
  297.     }
  298.     public function getSourceContext(): Source
  299.     {
  300.         return new Source("{% extends 'base.security.html.twig' %}
  301. {% form_theme registrationForm _self %}
  302. {% block form_label %}
  303.     {{ label | raw }}
  304. {% endblock %}
  305. {% block title %}Register{% endblock %}
  306. {% block body %}
  307.     <div class=\"d-flex flex-center flex-column flex-lg-row-fluid\">
  308.         <!--begin::Wrapper-->
  309.         <div class=\"w-lg-500px p-10\">
  310.             {% for flash_error in app.flashes('verify_email_error') %}
  311.                 <div class=\"alert alert-danger\" role=\"alert\">{{ flash_error }}</div>
  312.             {% endfor %}
  313.             <!--begin::Form-->
  314.             {{ form_start(registrationForm, {'attr': {'class' : 'form w-100 fv-plugins-bootstrap5 fv-plugins-framework'}}) }}
  315.                 <!--begin::Heading-->
  316.                 <div class=\"text-center mb-11\">
  317.                     <!--begin::Title-->
  318.                     <h1 class=\"text-dark fw-bolder mb-3\">Sign Up</h1>
  319.                     <!--end::Title-->
  320.                     <!--begin::Subtitle-->
  321.                     <div class=\"text-gray-500 fw-semibold fs-6\">Your Social Campaigns</div>
  322.                     <!--end::Subtitle=-->
  323.                 </div>
  324.                 <!--begin::Heading-->
  325.                 <!--begin::Login options-->
  326.                 <div class=\"row g-3 mb-9\">
  327.                     <!--begin::Col-->
  328.                     <div class=\"col-md-6\">
  329.                         <!--begin::Google link=-->
  330.                         <a href=\"#\" class=\"btn btn-flex btn-outline btn-text-gray-700 btn-active-color-primary bg-state-light flex-center text-nowrap w-100\">
  331.                             <img alt=\"Logo\" src=\"assets/media/svg/brand-logos/google-icon.svg\" class=\"h-15px me-3\">Sign in with Google</a>
  332.                         <!--end::Google link=-->
  333.                     </div>
  334.                     <!--end::Col-->
  335.                     <!--begin::Col-->
  336.                     <div class=\"col-md-6\">
  337.                         <!--begin::Google link=-->
  338.                         <a href=\"#\" class=\"btn btn-flex btn-outline btn-text-gray-700 btn-active-color-primary bg-state-light flex-center text-nowrap w-100\">
  339.                             <img alt=\"Logo\" src=\"assets/media/svg/brand-logos/apple-black.svg\" class=\"theme-light-show h-15px me-3\">
  340.                             <img alt=\"Logo\" src=\"assets/media/svg/brand-logos/apple-black-dark.svg\" class=\"theme-dark-show h-15px me-3\">Sign in with Apple</a>
  341.                         <!--end::Google link=-->
  342.                     </div>
  343.                     <!--end::Col-->
  344.                 </div>
  345.                 <!--end::Login options-->
  346.                 <!--begin::Separator-->
  347.                 <div class=\"separator separator-content my-14\">
  348.                     <span class=\"w-125px text-gray-500 fw-semibold fs-7\">Or with email</span>
  349.                 </div>
  350.                 <!--end::Separator-->
  351.                 <!--begin::Input group=-->
  352.             <div class=\"fv-row mb-8 fv-plugins-icon-container\">
  353.                 <!--begin::Email-->
  354.                 {{ form_row(registrationForm.lname, {'attr' : {'class' : 'form-control bg-transparent', 'placeholder' : 'Firstname'}}) }}
  355.                 <!--end::Email-->
  356.                 <div class=\"fv-plugins-message-container invalid-feedback\"></div></div>
  357.             <div class=\"fv-row mb-8 fv-plugins-icon-container\">
  358.                 <!--begin::Email-->
  359.                 {{ form_row(registrationForm.fname, {'attr' : {'class' : 'form-control bg-transparent', 'placeholder' : 'Lastname'}}) }}
  360.                 <!--end::Email-->
  361.                 <div class=\"fv-plugins-message-container invalid-feedback\"></div></div>
  362.                 <div class=\"fv-row mb-8 fv-plugins-icon-container\">
  363.                     <!--begin::Email-->
  364.                     {{ form_row(registrationForm.email, {'attr' : {'class' : 'form-control bg-transparent', 'placeholder' : 'Email'}}) }}
  365.                     <!--end::Email-->
  366.                     <div class=\"fv-plugins-message-container invalid-feedback\"></div></div>
  367.                 <!--begin::Input group-->
  368.                 <div class=\"fv-row mb-8 fv-plugins-icon-container\" data-kt-password-meter=\"true\">
  369.                     <!--begin::Wrapper-->
  370.                     <div class=\"mb-1\">
  371.                         <!--begin::Input wrapper-->
  372.                         <div class=\"position-relative mb-3\">
  373.                             {{ form_row(registrationForm.plainPassword, {
  374.                                 label: 'Password', 'class' : 'form-control bg-transparent', 'placeholder' : 'Password'
  375.                             }) }}
  376.                             <span class=\"btn btn-sm btn-icon position-absolute translate-middle top-50 end-0 me-n2\" data-kt-password-meter-control=\"visibility\">
  377. \t\t\t\t\t\t\t\t\t\t\t\t<i class=\"bi bi-eye-slash fs-2\"></i>
  378. \t\t\t\t\t\t\t\t\t\t\t\t<i class=\"bi bi-eye fs-2 d-none\"></i>
  379. \t\t\t\t\t\t\t\t\t\t\t</span>
  380.                         </div>
  381.                         <!--end::Input wrapper-->
  382.                         <!--begin::Meter-->
  383.                         <div class=\"d-flex align-items-center mb-3\" data-kt-password-meter-control=\"highlight\">
  384.                             <div class=\"flex-grow-1 bg-secondary bg-active-success rounded h-5px me-2\"></div>
  385.                             <div class=\"flex-grow-1 bg-secondary bg-active-success rounded h-5px me-2\"></div>
  386.                             <div class=\"flex-grow-1 bg-secondary bg-active-success rounded h-5px me-2\"></div>
  387.                             <div class=\"flex-grow-1 bg-secondary bg-active-success rounded h-5px\"></div>
  388.                         </div>
  389.                         <!--end::Meter-->
  390.                     </div>
  391.                     <!--end::Wrapper-->
  392.                     <!--begin::Hint-->
  393.                     <div class=\"text-muted\">Use 8 or more characters with a mix of letters, numbers &amp; symbols.</div>
  394.                     <!--end::Hint-->
  395.                     <div class=\"fv-plugins-message-container invalid-feedback\"></div></div>
  396.                 <!--end::Input group=-->
  397.                 <!--end::Input group=-->
  398.                 <div class=\"fv-row mb-8 fv-plugins-icon-container\">
  399.                     <!--begin::Repeat Password-->
  400.                     {{ form_row(registrationForm.plainPasswordRepeat, {
  401.                         label: 'Repeat Password', 'class' : 'form-control bg-transparent', 'placeholder' : 'Repeat password'
  402.                     }) }}
  403.                     <!--end::Repeat Password-->
  404.                     <div class=\"fv-plugins-message-container invalid-feedback\"></div></div>
  405.                 <!--end::Input group=-->
  406.                 <!--begin::Accept-->
  407.                 <div class=\"fv-row mb-8 fv-plugins-icon-container\">
  408.                         {{ form_widget(registrationForm.agreeTerms,{
  409.                             'attr' :  {'class' : 'form-check-input'},
  410.                             'label' : 'I Accept the <a href=\"#\" class=\"ms-1 link-primary\">Terms</a>',
  411.                             'label_html': true,
  412.                         } ) }}
  413.                     <div class=\"fv-plugins-message-container invalid-feedback\"></div></div>
  414.                 <!--end::Accept-->
  415.                 <!--begin::Submit button-->
  416.                 <div class=\"d-grid mb-10\">
  417.                     <button type=\"submit\" id=\"kt_sign_up_submit\" class=\"btn btn-primary\">
  418.                         <!--begin::Indicator label-->
  419.                         <span class=\"indicator-label\">Sign up</span>
  420.                         <!--end::Indicator label-->
  421.                         <!--begin::Indicator progress-->
  422.                         <span class=\"indicator-progress\">Please wait...
  423. \t\t\t\t\t\t\t\t\t\t<span class=\"spinner-border spinner-border-sm align-middle ms-2\"></span></span>
  424.                         <!--end::Indicator progress-->
  425.                     </button>
  426.                 </div>
  427.                 <!--end::Submit button-->
  428.                 <!--begin::Sign up-->
  429.                 <div class=\"text-gray-500 text-center fw-semibold fs-6\">Already have an Account?
  430.                     <a href=\"/\" class=\"link-primary fw-semibold\">Sign in</a></div>
  431.                 <!--end::Sign up-->
  432.             {{ form_end(registrationForm) }}
  433.             <!--end::Form-->
  434.         </div>
  435.         <!--end::Wrapper-->
  436.     </div>
  437. <!--begin::Form-->
  438. {% endblock %}
  439. ""registration/register.html.twig""/home/lvb/templates/registration/register.html.twig");
  440.     }
  441. }