<?php 
 
use Twig\Environment; 
use Twig\Error\LoaderError; 
use Twig\Error\RuntimeError; 
use Twig\Extension\SandboxExtension; 
use Twig\Markup; 
use Twig\Sandbox\SecurityError; 
use Twig\Sandbox\SecurityNotAllowedTagError; 
use Twig\Sandbox\SecurityNotAllowedFilterError; 
use Twig\Sandbox\SecurityNotAllowedFunctionError; 
use Twig\Source; 
use Twig\Template; 
 
/* @UVDeskCoreFramework//forgotPassword.html.twig */ 
class __TwigTemplate_9de481ac263e7350345fa4c0ef80589eba739ce89bc5f7117bd4c42cac0ea5f0 extends Template 
{ 
    private $source; 
    private $macros = []; 
 
    public function __construct(Environment $env) 
    { 
        parent::__construct($env); 
 
        $this->source = $this->getSourceContext(); 
 
        $this->blocks = [ 
            'title' => [$this, 'block_title'], 
            'templateCSS' => [$this, 'block_templateCSS'], 
            'pageWrapper' => [$this, 'block_pageWrapper'], 
            'footer' => [$this, 'block_footer'], 
        ]; 
    } 
 
    protected function doGetParent(array $context) 
    { 
        // line 1 
        return "@UVDeskCoreFramework//Templates//layout.html.twig"; 
    } 
 
    protected function doDisplay(array $context, array $blocks = []) 
    { 
        $macros = $this->macros; 
        $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"]; 
        $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@UVDeskCoreFramework//forgotPassword.html.twig")); 
 
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; 
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@UVDeskCoreFramework//forgotPassword.html.twig")); 
 
        // line 5 
        $context["recaptchaDetail"] = twig_get_attribute($this->env, $this->source, (isset($context["recaptcha_service"]) || array_key_exists("recaptcha_service", $context) ? $context["recaptcha_service"] : (function () { throw new RuntimeError('Variable "recaptcha_service" does not exist.', 5, $this->source); })()), "getRecaptchaDetails", [], "method", false, false, false, 5); 
        // line 1 
        $this->parent = $this->loadTemplate("@UVDeskCoreFramework//Templates//layout.html.twig", "@UVDeskCoreFramework//forgotPassword.html.twig", 1); 
        $this->parent->display($context, array_merge($this->blocks, $blocks)); 
         
        $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof); 
 
         
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); 
 
    } 
 
    // line 3 
    public function block_title($context, array $blocks = []) 
    { 
        $macros = $this->macros; 
        $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"]; 
        $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title")); 
 
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; 
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title")); 
 
        echo "Forgot Password"; 
         
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); 
 
         
        $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof); 
 
    } 
 
    // line 7 
    public function block_templateCSS($context, array $blocks = []) 
    { 
        $macros = $this->macros; 
        $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"]; 
        $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "templateCSS")); 
 
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; 
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "templateCSS")); 
 
        // line 8 
        echo "    <style> 
        #loginForm h1 { 
            font-size: 28px; 
            color: #6F6F6F; 
            font-weight: 600; 
            margin: 0px 0px 10px 0px; 
        } 
 
        .forgot-password-cta { 
            position: absolute; 
            font-size: 15px !important; 
            right: 0px; 
            top: 0px; 
        } 
    </style> 
"; 
         
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); 
 
         
        $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof); 
 
    } 
 
    // line 25 
    public function block_pageWrapper($context, array $blocks = []) 
    { 
        $macros = $this->macros; 
        $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"]; 
        $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "pageWrapper")); 
 
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; 
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "pageWrapper")); 
 
        // line 26 
        echo "    <div class=\"uv-large-box-plank\"> 
\t\t<div class=\"uv-large-box-rt\"> 
\t\t\t<div class=\"uv-center-box uv-text-center\"> 
                <form action=\"\" method=\"post\" id=\"loginForm\"> 
                    <div class=\"uv-adjacent-center\"> 
                        <h1>"; 
        // line 31 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Forgot Password"), "html", null, true); 
        echo "</h1> 
                        <div class=\"uv-element-block\"> 
                            <p>"; 
        // line 33 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Enter your email address and we will send you an email with instructions to update your login credentials."), "html", null, true); 
        echo "</p> 
                        </div> 
                        <div class=\"uv-adjacent-form\"> 
                            <div class=\"uv-adjacent-element-block\"> 
                                <label>"; 
        // line 37 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Email"), "html", null, true); 
        echo "</label> 
                                <div class=\"uv-max-field\"> 
                                    <input class=\"uv-field\" type=\"email\" name=\"forgot_password_form[email]\"> 
                                </div> 
                            </div> 
                            <div class=\"uv-adjacent-element-block\"> 
                                "; 
        // line 43 
        if (((isset($context["recaptchaDetail"]) || array_key_exists("recaptchaDetail", $context) ? $context["recaptchaDetail"] : (function () { throw new RuntimeError('Variable "recaptchaDetail" does not exist.', 43, $this->source); })()) && (0 === twig_compare(twig_get_attribute($this->env, $this->source, (isset($context["recaptchaDetail"]) || array_key_exists("recaptchaDetail", $context) ? $context["recaptchaDetail"] : (function () { throw new RuntimeError('Variable "recaptchaDetail" does not exist.', 43, $this->source); })()), "isActive", [], "any", false, false, false, 43), true)))) { 
            // line 44 
            echo "                                    <div class=\"clearfix\"></div> 
                                    <div class=\"g-recaptcha\" data-sitekey=\""; 
            // line 45 
            echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["recaptchaDetail"]) || array_key_exists("recaptchaDetail", $context) ? $context["recaptchaDetail"] : (function () { throw new RuntimeError('Variable "recaptchaDetail" does not exist.', 45, $this->source); })()), "siteKey", [], "any", false, false, false, 45), "html", null, true); 
            echo "\"></div> 
                                    <div class=\"clearfix\"></div> 
                                "; 
        } else { 
            // line 48 
            echo "                                    <!-- Recaptcha will not support --> 
                                "; 
        } 
        // line 50 
        echo "                            </div> 
                            <button class=\"uv-btn\">"; 
        // line 51 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Send Mail"), "html", null, true); 
        echo "</button> 
                        </div> 
                    </div> 
                </div> 
            </form> 
\t\t</div> 
 
\t\t<div class=\"uv-large-box-lt\"> 
\t\t\t<div class=\"uv-center-box uv-text-center\"> 
\t\t\t\t<a href=\"https://www.uvdesk.com\"> 
                    <img alt=\"UVdesk\" title=\"UVdesk\" src=\""; 
        // line 61 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/uvdeskcoreframework/images/uvdesk-logo-symbol.svg"), "html", null, true); 
        echo "\"> 
\t\t\t\t</a> 
            </div> 
\t\t</div> 
\t</div> 
"; 
         
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); 
 
         
        $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof); 
 
    } 
 
    // line 68 
    public function block_footer($context, array $blocks = []) 
    { 
        $macros = $this->macros; 
        $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"]; 
        $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "footer")); 
 
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; 
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "footer")); 
 
        // line 69 
        echo "    "; 
        $this->displayParentBlock("footer", $context, $blocks); 
        echo " 
     
    "; 
        // line 71 
        if (((isset($context["recaptchaDetail"]) || array_key_exists("recaptchaDetail", $context) ? $context["recaptchaDetail"] : (function () { throw new RuntimeError('Variable "recaptchaDetail" does not exist.', 71, $this->source); })()) && (0 === twig_compare(twig_get_attribute($this->env, $this->source, (isset($context["recaptchaDetail"]) || array_key_exists("recaptchaDetail", $context) ? $context["recaptchaDetail"] : (function () { throw new RuntimeError('Variable "recaptchaDetail" does not exist.', 71, $this->source); })()), "isActive", [], "any", false, false, false, 71), true)))) { 
            // line 72 
            echo "        <script src='https://www.google.com/recaptcha/api.js'></script> 
    "; 
        } 
        // line 74 
        echo " 
    <script type=\"text/javascript\"> 
\t\t\$(function () { 
             _.extend(Backbone.Validation.callbacks, { 
                valid : function (view, attr, selector) { 
                    var \$el = view.\$('[name=\"' + attr + '\"]'); 
                    \$el.removeClass('uv-field-error'); 
                    \$el.parents('.uv-adjacent-element-block').find('.uv-field-message').remove(); 
                }, 
                invalid : function (view, attr, error, selector) { 
                    var \$el = view.\$('[name=\"' + attr + '\"]'); 
                    \$el.addClass('uv-field-error'); 
                    \$el.parents('.uv-adjacent-element-block').find('.uv-field-message').remove(); 
                    \$el.parents('.uv-adjacent-element-block').append(\"<span class='uv-field-message'>\" + error + \"</span>\"); 
                } 
            }); 
             
            var LoginModel = Backbone.Model.extend({ 
                validation: { 
                    'forgot_password_form[email]': [{ 
                        required: true, 
                        msg: '"; 
        // line 95 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("This field is mandatory"), "html", null, true); 
        echo "' 
                    },{ 
                        pattern: 'email', 
                        msg: '"; 
        // line 98 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("This is not a valid email address"), "html", null, true); 
        echo "' 
                    }], 
                    "; 
        // line 100 
        if (((isset($context["recaptchaDetail"]) || array_key_exists("recaptchaDetail", $context) ? $context["recaptchaDetail"] : (function () { throw new RuntimeError('Variable "recaptchaDetail" does not exist.', 100, $this->source); })()) && (0 === twig_compare(twig_get_attribute($this->env, $this->source, (isset($context["recaptchaDetail"]) || array_key_exists("recaptchaDetail", $context) ? $context["recaptchaDetail"] : (function () { throw new RuntimeError('Variable "recaptchaDetail" does not exist.', 100, $this->source); })()), "isActive", [], "any", false, false, false, 100), true)))) { 
            // line 101 
            echo "                        'g-recaptcha-response' : { 
                            fn: function(value) { 
                                if(grecaptcha.getResponse().length > 0) 
                                    return false; 
                                else 
                                    return true; 
                            }, 
                            msg : '"; 
            // line 108 
            echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Please select CAPTCHA"), "html", null, true); 
            echo "' 
                        } 
\t\t\t\t    "; 
        } 
        // line 111 
        echo "                } 
            }); 
 
            var LoginForm = Backbone.View.extend({ 
\t\t        el: 'form', 
                events: { 
                    'blur input': 'formChanged', 
                    'click .uv-btn': 'submit' 
                }, 
                initialize: function () { 
                    this.model = new LoginModel(); 
                    Backbone.Validation.bind(this); 
                }, 
                formChanged: function(e) { 
\t\t\t    \tthis.model.set(Backbone.\$(e.currentTarget).attr('name'), Backbone.\$(e.currentTarget).val()) 
\t\t\t    \tthis.model.isValid([Backbone.\$(e.currentTarget).attr('name')]) 
\t\t\t    }, 
                submit: function (e) { 
                    e.preventDefault(); 
                    var data = this.\$el.serializeObject(); 
 
                    this.model.set(data); 
                    if(this.model.isValid(true)){ 
                        this.\$el.submit(); 
                    } 
                } 
            }); 
 
\t\t    new LoginForm(); 
\t\t}); 
\t</script> 
"; 
         
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); 
 
         
        $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof); 
 
    } 
 
    public function getTemplateName() 
    { 
        return "@UVDeskCoreFramework//forgotPassword.html.twig"; 
    } 
 
    public function isTraitable() 
    { 
        return false; 
    } 
 
    public function getDebugInfo() 
    { 
        return array (  276 => 111,  270 => 108,  261 => 101,  259 => 100,  254 => 98,  248 => 95,  225 => 74,  221 => 72,  219 => 71,  213 => 69,  203 => 68,  187 => 61,  174 => 51,  171 => 50,  167 => 48,  161 => 45,  158 => 44,  156 => 43,  147 => 37,  140 => 33,  135 => 31,  128 => 26,  118 => 25,  93 => 8,  83 => 7,  64 => 3,  53 => 1,  51 => 5,  38 => 1,); 
    } 
 
    public function getSourceContext() 
    { 
        return new Source("{% extends \"@UVDeskCoreFramework//Templates//layout.html.twig\" %} 
 
{% block title %}Forgot Password{% endblock %} 
 
{% set recaptchaDetail = recaptcha_service.getRecaptchaDetails() %} 
 
{% block templateCSS %} 
    <style> 
        #loginForm h1 { 
            font-size: 28px; 
            color: #6F6F6F; 
            font-weight: 600; 
            margin: 0px 0px 10px 0px; 
        } 
 
        .forgot-password-cta { 
            position: absolute; 
            font-size: 15px !important; 
            right: 0px; 
            top: 0px; 
        } 
    </style> 
{% endblock %} 
 
{% block pageWrapper %} 
    <div class=\"uv-large-box-plank\"> 
\t\t<div class=\"uv-large-box-rt\"> 
\t\t\t<div class=\"uv-center-box uv-text-center\"> 
                <form action=\"\" method=\"post\" id=\"loginForm\"> 
                    <div class=\"uv-adjacent-center\"> 
                        <h1>{{ \"Forgot Password\" |trans}}</h1> 
                        <div class=\"uv-element-block\"> 
                            <p>{{ \"Enter your email address and we will send you an email with instructions to update your login credentials.\" |trans}}</p> 
                        </div> 
                        <div class=\"uv-adjacent-form\"> 
                            <div class=\"uv-adjacent-element-block\"> 
                                <label>{{ \"Email\" |trans}}</label> 
                                <div class=\"uv-max-field\"> 
                                    <input class=\"uv-field\" type=\"email\" name=\"forgot_password_form[email]\"> 
                                </div> 
                            </div> 
                            <div class=\"uv-adjacent-element-block\"> 
                                {% if recaptchaDetail and recaptchaDetail.isActive == true %} 
                                    <div class=\"clearfix\"></div> 
                                    <div class=\"g-recaptcha\" data-sitekey=\"{{ recaptchaDetail.siteKey }}\"></div> 
                                    <div class=\"clearfix\"></div> 
                                {% else %} 
                                    <!-- Recaptcha will not support --> 
                                {% endif %} 
                            </div> 
                            <button class=\"uv-btn\">{{ 'Send Mail'|trans }}</button> 
                        </div> 
                    </div> 
                </div> 
            </form> 
\t\t</div> 
 
\t\t<div class=\"uv-large-box-lt\"> 
\t\t\t<div class=\"uv-center-box uv-text-center\"> 
\t\t\t\t<a href=\"https://www.uvdesk.com\"> 
                    <img alt=\"UVdesk\" title=\"UVdesk\" src=\"{{ asset('bundles/uvdeskcoreframework/images/uvdesk-logo-symbol.svg') }}\"> 
\t\t\t\t</a> 
            </div> 
\t\t</div> 
\t</div> 
{% endblock %} 
 
{% block footer %} 
    {{ parent() }} 
     
    {% if recaptchaDetail and recaptchaDetail.isActive == true %} 
        <script src='https://www.google.com/recaptcha/api.js'></script> 
    {% endif %} 
 
    <script type=\"text/javascript\"> 
\t\t\$(function () { 
             _.extend(Backbone.Validation.callbacks, { 
                valid : function (view, attr, selector) { 
                    var \$el = view.\$('[name=\"' + attr + '\"]'); 
                    \$el.removeClass('uv-field-error'); 
                    \$el.parents('.uv-adjacent-element-block').find('.uv-field-message').remove(); 
                }, 
                invalid : function (view, attr, error, selector) { 
                    var \$el = view.\$('[name=\"' + attr + '\"]'); 
                    \$el.addClass('uv-field-error'); 
                    \$el.parents('.uv-adjacent-element-block').find('.uv-field-message').remove(); 
                    \$el.parents('.uv-adjacent-element-block').append(\"<span class='uv-field-message'>\" + error + \"</span>\"); 
                } 
            }); 
             
            var LoginModel = Backbone.Model.extend({ 
                validation: { 
                    'forgot_password_form[email]': [{ 
                        required: true, 
                        msg: '{{ \"This field is mandatory\"|trans }}' 
                    },{ 
                        pattern: 'email', 
                        msg: '{{ \"This is not a valid email address\"|trans }}' 
                    }], 
                    {% if recaptchaDetail and recaptchaDetail.isActive == true %} 
                        'g-recaptcha-response' : { 
                            fn: function(value) { 
                                if(grecaptcha.getResponse().length > 0) 
                                    return false; 
                                else 
                                    return true; 
                            }, 
                            msg : '{{ \"Please select CAPTCHA\"|trans }}' 
                        } 
\t\t\t\t    {% endif %} 
                } 
            }); 
 
            var LoginForm = Backbone.View.extend({ 
\t\t        el: 'form', 
                events: { 
                    'blur input': 'formChanged', 
                    'click .uv-btn': 'submit' 
                }, 
                initialize: function () { 
                    this.model = new LoginModel(); 
                    Backbone.Validation.bind(this); 
                }, 
                formChanged: function(e) { 
\t\t\t    \tthis.model.set(Backbone.\$(e.currentTarget).attr('name'), Backbone.\$(e.currentTarget).val()) 
\t\t\t    \tthis.model.isValid([Backbone.\$(e.currentTarget).attr('name')]) 
\t\t\t    }, 
                submit: function (e) { 
                    e.preventDefault(); 
                    var data = this.\$el.serializeObject(); 
 
                    this.model.set(data); 
                    if(this.model.isValid(true)){ 
                        this.\$el.submit(); 
                    } 
                } 
            }); 
 
\t\t    new LoginForm(); 
\t\t}); 
\t</script> 
{% endblock %}", "@UVDeskCoreFramework//forgotPassword.html.twig", "/var/www/uvdesk/vendor/uvdesk/core-framework/Resources/views/forgotPassword.html.twig"); 
    } 
}