{% load static %} {% include "header.html" %} {% include "navigation.html" with main_path='/main/' %}

Account and profile



Account

{% csrf_token %}
Account ID {{data.user.username}}
Account email {% if data.edit == 'email' %}
{% else %} {{data.user.email}} | Change {% endif %}
Account password {% if data.edit == 'password' %}
{% else %} ******* | Change {% endif %}

Profile

Time Zone {% if data.edit == 'timezone' %} {% include "components/tzselect.html" %} {% else %} {{data.profile.timezone}} | Change {% endif %}

KeyPair

Default public key
{% if OPENID_ENABLED %}
{% csrf_token %}
{% else %}
{% endif %}






{% include "footer.html" %}