{% extends "layout.twig" %} {% block title %}{{ t('menu.settings') }} - {{ app_name }}{% endblock %} {% block content %}

{{ t('menu.settings') }}

{{ t('settings.description') }}

{% if success %}

{{ success }}

{% endif %} {% if error %}

{{ error }}

{% endif %}

{{ t('settings.change_password') }}

{{ t('settings.min_6_chars') }}

{% if user.role == 'admin' %} {% endif %}
{% endblock %}