{% extends "accounts/base.html" %} {% block body_class %}accounts{% endblock %} {% block main %}
{% trans 'Update your personal information. Let others know more about you.' %}
{% trans 'You can change your email adress.' %} ({{ user.email }})
{% trans 'Change your password here. Please do not share your password with others.' %}
{% endblock %}