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

{% trans 'Real Name' %}

{% trans 'You can use this form if you need to change your real name.' %}

{% trans 'E-mail 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.' %}

{% trans 'Profile Picture' %}

{% trans 'You can use this form if you need to change your real name.' %}

{% trans 'Personal Information' %}

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

{% trans 'Website' %}

{% trans 'You can add your websites and blogs showed in your profile' %}

{% endblock %}