{% extends "accounts/base.html" %} {% block body_class %}accounts{% endblock %} {% block main %}

{% trans 'Personal Information' %}

{% trans 'Update your personal information. Let others know more about you.' %}

{% trans 'Email address' %}

{% trans 'You can change your email adress.' %} ({{ user.email }})

{% trans 'Password' %}

{% trans 'Change your password here. Please do not share your password with others.' %}

{% endblock %}