{{translate("ACCOUNT.SETTINGS")}}

{% include "forms/csrf.html.twig" %} {% block settings_account %}
{% include "forms/partials/input-email.html.twig" %}
{% include "forms/partials/input-new_password.html.twig" %}
{% if 'password' not in form.fields.hidden %}
{% endif %}
{% include "forms/partials/input-current_password.html.twig" %}
{% endblock %}
{% if 'submit' not in form.fields.hidden %} {% endif %}