var/cache/dev/twig/ff/ffdb397c876517ae0ae406e7be4f8c64631156457a14cab0d3fe15e15454695c.php line 40

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* security/login.html.twig */
  14. class __TwigTemplate_4369348d70576bb56a8c773793382f99b45cdd45c909df54dd15ae0152ab2fc4 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.             'contenido' => [$this'block_contenido'],
  24.             'js_document_ready' => [$this'block_js_document_ready'],
  25.             'dialogos_modales' => [$this'block_dialogos_modales'],
  26.         ];
  27.     }
  28.     protected function doGetParent(array $context)
  29.     {
  30.         // line 1
  31.         return "security/base.html.twig";
  32.     }
  33.     protected function doDisplay(array $context, array $blocks = [])
  34.     {
  35.         $macros $this->macros;
  36.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  37.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""security/login.html.twig"));
  38.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  39.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""security/login.html.twig"));
  40.         $this->parent $this->loadTemplate("security/base.html.twig""security/login.html.twig"1);
  41.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  42.         
  43.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  44.         
  45.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  46.     }
  47.     // line 3
  48.     public function block_contenido($context, array $blocks = [])
  49.     {
  50.         $macros $this->macros;
  51.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  52.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""contenido"));
  53.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  54.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""contenido"));
  55.         // line 4
  56.         echo "    <div class=\"caja\" >
  57.         <form method=\"post\" action=\"";
  58.         // line 5
  59.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("app_login");
  60.         echo "\">
  61.             ";
  62.         // line 7
  63.         if (twig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'7$this->source); })()), "user", [], "any"falsefalsefalse7)) {
  64.             // line 8
  65.             echo "                <div class=\"mb-3\">
  66.                     You are logged in as ";
  67.             // line 9
  68.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'9$this->source); })()), "user", [], "any"falsefalsefalse9), "username", [], "any"falsefalsefalse9), "html"nulltrue);
  69.             echo ", <a href=\"";
  70.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_logout");
  71.             echo "\">Logout</a>
  72.                 </div>
  73.             ";
  74.         }
  75.         // line 12
  76.         echo "
  77.             <div class=\"card\">
  78.                 <div class=\"card-content\">
  79.                     <div class=\"row\">
  80.                         <div class=\"input-field col s12 center\">
  81.                             <img src=\"";
  82.         // line 17
  83.         echo twig_escape_filter($this->env, (isset($context["logo_web"]) || array_key_exists("logo_web"$context) ? $context["logo_web"] : (function () { throw new RuntimeError('Variable "logo_web" does not exist.'17$this->source); })()), "html"nulltrue);
  84.         echo "\" alt=\"\" width=\"250px\">
  85.                         </div>
  86.                     </div>
  87.                     <div class=\"row\">
  88.                         <div class=\"input-field col s12\">
  89.                             <i class=\"material-icons prefix color-primario\">person</i>
  90.                             <input type=\"text\" value=\"";
  91.         // line 23
  92.         echo twig_escape_filter($this->env, (isset($context["last_username"]) || array_key_exists("last_username"$context) ? $context["last_username"] : (function () { throw new RuntimeError('Variable "last_username" does not exist.'23$this->source); })()), "html"nulltrue);
  93.         echo "\" name=\"username\" id=\"usuario_ingresar\"  >
  94.                             <label for=\"usuario_ingresar\" class=\"center-align\">Usuario / DNI</label>
  95.                         </div>
  96.                     </div>
  97.                     <div class=\"row \">
  98.                         <div class=\"input-field col s12\">
  99.                             <i class=\"material-icons prefix color-primario\">lock</i>
  100.                             <input name=\"password\" id=\"password_ingresar\" type=\"password\">
  101.                             <label for=\"password_ingresar\" class=\"\">Contraseña</label>
  102.                         </div>
  103.                     </div>
  104.                     ";
  105.         // line 34
  106.         if ((isset($context["error"]) || array_key_exists("error"$context) ? $context["error"] : (function () { throw new RuntimeError('Variable "error" does not exist.'34$this->source); })())) {
  107.             // line 35
  108.             echo "                        <!-- caja de error -->
  109.                         <div class=\"row\">
  110.                             <div class=\"col s12\">
  111.                                 <div class=\"card-panel card-error red lighten-4 red-text text-darken-2\">
  112.                                     <p class=\"center-align\">";
  113.             // line 39
  114.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env$this->source, (isset($context["error"]) || array_key_exists("error"$context) ? $context["error"] : (function () { throw new RuntimeError('Variable "error" does not exist.'39$this->source); })()), "messageKey", [], "any"falsefalsefalse39), twig_get_attribute($this->env$this->source, (isset($context["error"]) || array_key_exists("error"$context) ? $context["error"] : (function () { throw new RuntimeError('Variable "error" does not exist.'39$this->source); })()), "messageData", [], "any"falsefalsefalse39), "security"), "html"nulltrue);
  115.             echo "</p>
  116.                                     <p></p>
  117.                                 </div>
  118.                             </div>
  119.                         </div>
  120.                         <!-- fin caja de error -->
  121.                     ";
  122.         }
  123.         // line 46
  124.         echo "
  125.                     <input type=\"hidden\" name=\"_csrf_token\"
  126.                         value=\"";
  127.         // line 48
  128.         echo twig_escape_filter($this->env$this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderCsrfToken("authenticate"), "html"nulltrue);
  129.         echo "\">
  130.                     <div class=\"row margin\">
  131.                         <div class=\"col s12\">
  132.                             <button type=\"submit\" class=\"btn waves-effect waves-light col s12 back-primario\" id=\"boton_ingresar\">Ingresar</button>
  133.                         </div>
  134.                     </div>
  135.                     <div class=\"row\">
  136.                         <div class=\"input-field col s6 m6 left-align\">
  137.                             <span class=\"margin right-align medium-small\">
  138.                                 <a class=\"activator\" href=\"#\" id=\"2\">¿Olvidó su contraseña?</a></span>
  139.                         </div>
  140.                         <div class=\"input-field col s6 m6 right-align\">
  141.                         </div>
  142.                     </div>
  143.             </div>
  144.         </form>
  145.         <div class=\"card-reveal\" >
  146.             ";
  147.         // line 66
  148.         echo         $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock((isset($context["formForgot"]) || array_key_exists("formForgot"$context) ? $context["formForgot"] : (function () { throw new RuntimeError('Variable "formForgot" does not exist.'66$this->source); })()), 'form_start');
  149.         echo "
  150.             <div id=\"cambiar\" >
  151.                 <span class=\"card-title grey-text text-darken-4\">SOLICITAR CONTRASEÑA <i class=\"material-icons right\">close</i></span>
  152.                 <hr>
  153.                 <p>Ingrese los siguientes datos.</p>
  154.                 <div class=\"row \">
  155.                     <div class=\"input-field col s12\">
  156.                         <i class=\"material-icons  prefix\">portrait</i>
  157.                         ";
  158.         // line 76
  159.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["formForgot"]) || array_key_exists("formForgot"$context) ? $context["formForgot"] : (function () { throw new RuntimeError('Variable "formForgot" does not exist.'76$this->source); })()), "dni", [], "any"falsefalsefalse76), 'widget');
  160.         echo "
  161.                         ";
  162.         // line 77
  163.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["formForgot"]) || array_key_exists("formForgot"$context) ? $context["formForgot"] : (function () { throw new RuntimeError('Variable "formForgot" does not exist.'77$this->source); })()), "dni", [], "any"falsefalsefalse77), 'label');
  164.         echo "
  165.                         <span class=\"helper-text\" data-error=\"wrong\" data-success=\"right\">Ingrese su DNI sin puntos</span>
  166.                     </div>
  167.                 </div>
  168.                 <div class=\"row\">
  169.                     <div class=\"col s12 m12 left-align\">
  170.                         <button type=\"submit\" class=\"btn-flat waves-effect waves-light grey lighten-2 \">
  171.                             ENVIAR SOLICITUD </button>
  172.                     </div>
  173.                 </div>
  174.             </div>
  175.             ";
  176.         // line 89
  177.         echo         $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock((isset($context["formForgot"]) || array_key_exists("formForgot"$context) ? $context["formForgot"] : (function () { throw new RuntimeError('Variable "formForgot" does not exist.'89$this->source); })()), 'form_end');
  178.         echo "
  179.         </div>
  180.     </div>
  181.     ";
  182.         // line 92
  183.         if (array_key_exists("aspirante"$context)) {
  184.             // line 93
  185.             echo "        <div class=\"col l12 m12 s12 center\">
  186.             <a class=\"white-text\" style=\"padding:0.2rem;\" href=\"";
  187.             // line 94
  188.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("aspirante_registry");
  189.             echo "\"><i class=\"material-icons\">person_add</i> Quiero registrarme al PODA</a>
  190.         </div>
  191.     ";
  192.         }
  193.         
  194.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  195.         
  196.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  197.     }
  198.     // line 99
  199.     public function block_js_document_ready($context, array $blocks = [])
  200.     {
  201.         $macros $this->macros;
  202.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  203.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""js_document_ready"));
  204.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  205.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""js_document_ready"));
  206.         // line 100
  207.         echo "    ";
  208.         if ((array_key_exists("persona"$context) &&  !(null === (isset($context["persona"]) || array_key_exists("persona"$context) ? $context["persona"] : (function () { throw new RuntimeError('Variable "persona" does not exist.'100$this->source); })())))) {
  209.             // line 101
  210.             echo "        \$('#modalForgot').modal('open');
  211.     ";
  212.         }
  213.         // line 103
  214.         echo "
  215. ";
  216.         
  217.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  218.         
  219.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  220.     }
  221.     // line 106
  222.     public function block_dialogos_modales($context, array $blocks = [])
  223.     {
  224.         $macros $this->macros;
  225.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  226.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""dialogos_modales"));
  227.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  228.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""dialogos_modales"));
  229.         // line 107
  230.         echo "    <!-- Modal Structure -->
  231.     ";
  232.         // line 108
  233.         if ((array_key_exists("persona"$context) &&  !(null === (isset($context["persona"]) || array_key_exists("persona"$context) ? $context["persona"] : (function () { throw new RuntimeError('Variable "persona" does not exist.'108$this->source); })())))) {
  234.             // line 109
  235.             echo "        <div id=\"modalForgot\" class=\"modal\">
  236.             <form action=\"";
  237.             // line 110
  238.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("app_forgot_ini", ["id" => twig_get_attribute($this->env$this->source, (isset($context["persona"]) || array_key_exists("persona"$context) ? $context["persona"] : (function () { throw new RuntimeError('Variable "persona" does not exist.'110$this->source); })()), "id", [], "any"falsefalsefalse110)]), "html"nulltrue);
  239.             echo "\" method=\"post\">
  240.                 <div class=\"modal-content\">
  241.                     <h4>Recupero de contraseña de acceso al Portal</h4>
  242.                     <p>Estimado/a ";
  243.             // line 113
  244.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["persona"]) || array_key_exists("persona"$context) ? $context["persona"] : (function () { throw new RuntimeError('Variable "persona" does not exist.'113$this->source); })()), "nombres", [], "any"falsefalsefalse113), "html"nulltrue);
  245.             echo " se le enviará un correo a 
  246.                     <b>";
  247.             // line 114
  248.             echo twig_escape_filter($this->env$this->extensions['App\Twig\AppExtension']->hideEmail(twig_get_attribute($this->env$this->source, (isset($context["persona"]) || array_key_exists("persona"$context) ? $context["persona"] : (function () { throw new RuntimeError('Variable "persona" does not exist.'114$this->source); })()), "emailPersonal", [], "any"falsefalsefalse114)), "html"nulltrue);
  249.             echo "</b> con un enlace para iniciar el proceso 
  250.                     de recuperación de contraseña.</p>
  251.                 </div>
  252.                 <div class=\"modal-footer\">
  253.                     <a href=\"#!\" class=\"modal-close waves-effect waves-green btn-flat\">Cancelar</a>
  254.                     ";
  255.             // line 120
  256.             echo "                    <input type=\"hidden\" name=\"ini_forgot_token\" value=\"";
  257.             echo twig_escape_filter($this->env$this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderCsrfToken("iniciar-forgot"), "html"nulltrue);
  258.             echo "\"/>
  259.                     <button class=\"btn identidad-color darken-2 waves-effect waves-light\">
  260.                         Iniciar
  261.                         <i class=\"material-icons right\">done</i>
  262.                     </button>
  263.                 </div>
  264.             </form>
  265.         </div>
  266.     ";
  267.         }
  268.         // line 129
  269.         echo "    
  270. ";
  271.         
  272.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  273.         
  274.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  275.     }
  276.     public function getTemplateName()
  277.     {
  278.         return "security/login.html.twig";
  279.     }
  280.     public function isTraitable()
  281.     {
  282.         return false;
  283.     }
  284.     public function getDebugInfo()
  285.     {
  286.         return array (  298 => 129,  285 => 120,  277 => 114,  273 => 113,  267 => 110,  264 => 109,  262 => 108,  259 => 107,  249 => 106,  238 => 103,  234 => 101,  231 => 100,  221 => 99,  207 => 94,  204 => 93,  202 => 92,  196 => 89,  181 => 77,  177 => 76,  164 => 66,  143 => 48,  139 => 46,  129 => 39,  123 => 35,  121 => 34,  107 => 23,  98 => 17,  91 => 12,  83 => 9,  80 => 8,  78 => 7,  73 => 5,  70 => 4,  60 => 3,  37 => 1,);
  287.     }
  288.     public function getSourceContext()
  289.     {
  290.         return new Source("{% extends 'security/base.html.twig' %}
  291. {% block contenido %}
  292.     <div class=\"caja\" >
  293.         <form method=\"post\" action=\"{{ url('app_login') }}\">
  294.             {% if app.user %}
  295.                 <div class=\"mb-3\">
  296.                     You are logged in as {{ app.user.username }}, <a href=\"{{ path('app_logout') }}\">Logout</a>
  297.                 </div>
  298.             {% endif %}
  299.             <div class=\"card\">
  300.                 <div class=\"card-content\">
  301.                     <div class=\"row\">
  302.                         <div class=\"input-field col s12 center\">
  303.                             <img src=\"{{ logo_web }}\" alt=\"\" width=\"250px\">
  304.                         </div>
  305.                     </div>
  306.                     <div class=\"row\">
  307.                         <div class=\"input-field col s12\">
  308.                             <i class=\"material-icons prefix color-primario\">person</i>
  309.                             <input type=\"text\" value=\"{{ last_username }}\" name=\"username\" id=\"usuario_ingresar\"  >
  310.                             <label for=\"usuario_ingresar\" class=\"center-align\">Usuario / DNI</label>
  311.                         </div>
  312.                     </div>
  313.                     <div class=\"row \">
  314.                         <div class=\"input-field col s12\">
  315.                             <i class=\"material-icons prefix color-primario\">lock</i>
  316.                             <input name=\"password\" id=\"password_ingresar\" type=\"password\">
  317.                             <label for=\"password_ingresar\" class=\"\">Contraseña</label>
  318.                         </div>
  319.                     </div>
  320.                     {% if error %}
  321.                         <!-- caja de error -->
  322.                         <div class=\"row\">
  323.                             <div class=\"col s12\">
  324.                                 <div class=\"card-panel card-error red lighten-4 red-text text-darken-2\">
  325.                                     <p class=\"center-align\">{{ error.messageKey|trans(error.messageData, 'security') }}</p>
  326.                                     <p></p>
  327.                                 </div>
  328.                             </div>
  329.                         </div>
  330.                         <!-- fin caja de error -->
  331.                     {% endif %}
  332.                     <input type=\"hidden\" name=\"_csrf_token\"
  333.                         value=\"{{ csrf_token('authenticate') }}\">
  334.                     <div class=\"row margin\">
  335.                         <div class=\"col s12\">
  336.                             <button type=\"submit\" class=\"btn waves-effect waves-light col s12 back-primario\" id=\"boton_ingresar\">Ingresar</button>
  337.                         </div>
  338.                     </div>
  339.                     <div class=\"row\">
  340.                         <div class=\"input-field col s6 m6 left-align\">
  341.                             <span class=\"margin right-align medium-small\">
  342.                                 <a class=\"activator\" href=\"#\" id=\"2\">¿Olvidó su contraseña?</a></span>
  343.                         </div>
  344.                         <div class=\"input-field col s6 m6 right-align\">
  345.                         </div>
  346.                     </div>
  347.             </div>
  348.         </form>
  349.         <div class=\"card-reveal\" >
  350.             {{ form_start(formForgot) }}
  351.             <div id=\"cambiar\" >
  352.                 <span class=\"card-title grey-text text-darken-4\">SOLICITAR CONTRASEÑA <i class=\"material-icons right\">close</i></span>
  353.                 <hr>
  354.                 <p>Ingrese los siguientes datos.</p>
  355.                 <div class=\"row \">
  356.                     <div class=\"input-field col s12\">
  357.                         <i class=\"material-icons  prefix\">portrait</i>
  358.                         {{ form_widget(formForgot.dni) }}
  359.                         {{ form_label(formForgot.dni) }}
  360.                         <span class=\"helper-text\" data-error=\"wrong\" data-success=\"right\">Ingrese su DNI sin puntos</span>
  361.                     </div>
  362.                 </div>
  363.                 <div class=\"row\">
  364.                     <div class=\"col s12 m12 left-align\">
  365.                         <button type=\"submit\" class=\"btn-flat waves-effect waves-light grey lighten-2 \">
  366.                             ENVIAR SOLICITUD </button>
  367.                     </div>
  368.                 </div>
  369.             </div>
  370.             {{ form_end(formForgot) }}
  371.         </div>
  372.     </div>
  373.     {% if aspirante is defined %}
  374.         <div class=\"col l12 m12 s12 center\">
  375.             <a class=\"white-text\" style=\"padding:0.2rem;\" href=\"{{ path('aspirante_registry') }}\"><i class=\"material-icons\">person_add</i> Quiero registrarme al PODA</a>
  376.         </div>
  377.     {% endif %}
  378. {% endblock %}
  379. {% block js_document_ready %}
  380.     {% if persona is defined and persona is not null %}
  381.         \$('#modalForgot').modal('open');
  382.     {% endif %}
  383. {% endblock %}
  384. {% block dialogos_modales %}
  385.     <!-- Modal Structure -->
  386.     {% if persona is defined and persona is not null %}
  387.         <div id=\"modalForgot\" class=\"modal\">
  388.             <form action=\"{{ url('app_forgot_ini', { id: persona.id }) }}\" method=\"post\">
  389.                 <div class=\"modal-content\">
  390.                     <h4>Recupero de contraseña de acceso al Portal</h4>
  391.                     <p>Estimado/a {{ persona.nombres }} se le enviará un correo a 
  392.                     <b>{{ persona.emailPersonal |hide_email }}</b> con un enlace para iniciar el proceso 
  393.                     de recuperación de contraseña.</p>
  394.                 </div>
  395.                 <div class=\"modal-footer\">
  396.                     <a href=\"#!\" class=\"modal-close waves-effect waves-green btn-flat\">Cancelar</a>
  397.                     {# the argument of csrf_token() is an arbitrary string used to generate the token #}
  398.                     <input type=\"hidden\" name=\"ini_forgot_token\" value=\"{{ csrf_token('iniciar-forgot') }}\"/>
  399.                     <button class=\"btn identidad-color darken-2 waves-effect waves-light\">
  400.                         Iniciar
  401.                         <i class=\"material-icons right\">done</i>
  402.                     </button>
  403.                 </div>
  404.             </form>
  405.         </div>
  406.     {% endif %}
  407.     
  408. {% endblock %}""security/login.html.twig""/var/www/desarrollo.cmagistraturabsas.gob.ar/sso_consejo/templates/security/login.html.twig");
  409.     }
  410. }