{% extends 'settings/account/master.twig' %} {% set mode = 'Details' %} {% block description %}

Alter the details of your account, leave fields blank to leave them unchanged.

{% endblock %} {% block js %} {{ parent() }} {% endblock %} {% block settingsContent %}
{% if edit_email %}

E-mail address

{% endif %} {% if edit_usern %}

Username {% if last_name_change %}(last change was ){% endif %}

{% endif %} {% if edit_title %}

Title

{% endif %} {% if edit_passw %}

Password

{% endif %}
{% endblock %}