{% extends "base.html" %} {% block title %}{{ _('Account Settings') }}{% endblock %} {% block content %}
{{ _('Logout') }}
{{ _('Your Username') }}: {{ current_user.username }} {{ _('Your Role') }}: {{ current_user.role }}