{% extends "spirit/_base.html" %} {% load i18n %} {% block title %}{% trans "Preferences" %}{% endblock %} {% block content %}

{% trans "Preferences" %}

{% trans "Email" %}:
{{ user.email }}
{% trans "Password" %}:
{% trans "Change password" %}
{% trans "Avatar" %}:
{% trans "Change avatar" %} ({% trans "Go to gravatar.com and use your current email to change it" %})
{% csrf_token %} {% include "spirit/_form.html" with form=uform %} {% include "spirit/_form.html" %}
{% endblock %}