{% extends "base.html" %} {% from "_macros.html" import icon %} {% block title %}Your settings - LLeMbas{% endblock %} {% block head %} {% endblock %} {% block body_attrs %} data-authenticated="true"{% endblock %} {% block body %}
{% include "partials/sidebar.html" %}

Your settings

Account

Name

{{ user.name }}

Email

{{ user.email }}

Role

{{ user.role }}

Appearance

Moria is the dark theme, Shire the light one. Your choice is saved to this browser and to your account.

Session

{% endblock %}