{% extends "html/settings/base.html" %} {% block title %}{{ gettext('Account Settings') }}{% endblock %} {% block page_id %}account-settings-page{% endblock %} {% block settings_main %}

{{ gettext('Change Auto-Save Interval') }}

{{ gettext('Minutes') }}:
{% if not external %}

{{ gettext('Change Password') }}

{% if message -%} {%- endif -%}

{{ gettext('Change E-mail Address') }}

{{ email_address }} {{ email_confirmed }}
{% endif %} {%- if auto_table %} {{ auto_table }} {%- endif %}
{% endblock %}