{% extends "base-gray.html.twig"%} {%block title%} Modification of the password - {{ parent() }} {%endblock%} {%block body%}
{% if app.request.hasPreviousSession %} {% for type, messages in app.session.flashbag.all %} {% for message in messages %}
× {{ message|raw }}
{% endfor %} {% endfor %} {% endif %}
{%if user.src is not null%} {{user.surname}} {%else%} {%endif%}
{%if app.user.username%} @{{app.user.username}} {%else%} Empty {%endif%}

{%if app.user.email%}{{app.user.email}}{%else%}Empty{%endif%}

{%if app.user.username%}{{app.user.username}}{%else%}Empty{%endif%}

{%for i in range(1,8)%}{%endfor%}

{%endblock%}