{% extends "profiles/base.html" %} {% block body_class %}profiles{% endblock %} {% block main %}
{% trans 'You can use this form if you need to change your real name.' %}
{% trans 'You can change your email adress.' %} ({{ user.email }})
{% trans 'Change your password here. Please do not share your password with others.' %}
{% trans 'You can use this form if you need to change your real name.' %}
{% trans 'Update your personal information. Let others know more about you.' %}
{% trans 'You can add your websites and blogs showed in your profile' %}
{% endblock %}