{% extends "settings/page.html" %} {% block "settings" %}

{% trans "Profile" %}

{% trans "Registration Details" %}

{% trans "Username" %}
{{ USER.username|e }}
{% trans "Change Password" %}
{{ form.new_password.html }} {{ form.new_password.errors }}
{% trans "Confirm Password" %}
{{ form.new_password2.html }} {{ form.new_password2.errors }}
{% trans "Email address" %}
{{ form.email.html }} {{ form.email.errors }}
{{ form.show_email.html }} {{ form.show_email.errors }}

Your Profile

{% trans %}Please note that this information will be accessible for other members. Be careful when including any personal details.{% endtrans %}

{% trans "AOL Instant Messenger" %}
{{ form.aol.html }} {{ form.aol.errors }}
{% trans "ICQ Number" %}
{{ form.icq.html }} {{ form.icq.errors }}
{% trans "Jabber address" %}
{{ form.jabber.html }} {{ form.jabber.errors }}
{% trans "MSN Messenger" %}
{{ form.msn.html }} {{ form.msn.errors }}
{% trans "Yahoo Messenger" %}
{{ form.yahoo.html }} {{ form.yahoo.errors }}
{% trans "Website" %}
{{ form.website.html }} {{ form.website.errors }}
{% trans "Location" %}
{{ form.location.html }} {{ form.location.errors }}
{% trans "Interests" %}
{{ form.interests.html }} {{ form.interests.errors }}
{% endblock %}