{% extends app.fronthtml~"/base.twig" %} {% block content %}

{{ user.nick }}

My information

Nickname

{{ user.nick }}

Email

{{ user.email }}


{% include app.fronthtml~'/saved.twig' %}
{% if page.status == 1 %}

Password updated successfully

{% elseif page.status == 2 %}

Old password incorrect

{% endif %}
Change password
{% endblock %} {% block js %} {% endblock %}