{% extends "layout.html" %} {% from "_macros.html" import render_roles %} {%- block title -%} {{ _('Profile') }} {%- endblock -%} {% block content %}

{{ current_user.email }}

{{ _('Profile') }}

{{ _fsdomain('Change password') }}

{{ _('Settings') }}

{{ _('Notifications') }} {{ _('Applications') }}
{% if current_user.has_permission('oauth2_client:read') %}

{{ _('Developer') }}

{{ _('OAuth2 clients') }}
{% endif %} {% endblock %}