{% extends 'base.html.twig' %} {% block subreport_title %}| Clave Web{% endblock %} {% block page_content %}
Inicio
{% for bread in breadcrumb %}
{{ bread }}
{% endfor %}
{{ page_title }}
{{ nomuser }}
SUCURSAL: {{ sucursal }}
DEPART: {{ depto }}
CARGO: {{ puesto }}
RUT: {{ rut }} - NUM: {{ personnum }}
EMAIL: {{ email }}
Clave Actual
Clave Nueva
{#
#} {#
Repita Clave
#} {#
#} {#
#} {#
#} {#
#}
Aceptar
Cancelar
{#
#}
{% endblock page_content%}