{% extends "base.html" %} {% block title %}Edit account · XMR Administration{% endblock %} {% block content %} {% if account is defined %}
{{ form_error }}
{% endif %}No account data will be deleted. Existing sessions are revoked when an account is disabled.
{{ message }}
{% endif %} {% endblock %}