{% extends 'base.html.twig' %} {% block title %}Recover Password | Novamar Insurance Mexico{% endblock %} {% block css %} {{encore_entry_link_tags('recoveryPwdCSS')}} {{encore_entry_link_tags('swal2CSS')}} {% endblock %} {% block body %}
novamar logo
{% if token != "" %}

Change your password

{% else %}

Token Expired

{% endif %}
{% if token != "" %}
{% if option == 'recoverPassword' %}
{% endif %}
{% else %}
Your token is expired, please go back to login view and request another one
{% endif %}
{% endblock %} {% block scripts %} {{script_tag('libraries/jquery-validate.js') }} {{script_tag("components/tools.js")}} {{script_tag("libraries/sweet-alert.js")}} {{script_tag("pages/recovery.js")}} {% endblock %}