{% import "macros.html" as macros %} {% extends "root.html" %} {% block head %} Settings - {{ config.name }} {% endblock %} {% block body %} {{ macros::nav() }}
{% if profile.id != user.id %}
{{ icon "skull" }} Editing other user's settings! Please be careful.
{% endif %}
{{ text "settings:tab.account" }} {{ text "settings:tab.profile" }} {{ text "settings:tab.sessions" }}
{{ text "settings:label.change_password" }}
{{ text "settings:label.change_username" }}
{{ text "settings:label.two_factor_authentication" }}
{% if profile.totp|length == 0 %} {% else %}
{% endif %}
{{ icon "skull" }} {{ text "settings:label.delete_account" }}
{% endblock %}