{% extends "settings/page.html" %} {* vim: set et ai ts=2 sw=2 enc=utf-8: *} {% block "settings" %} {% prepare "errorbox" accepting errors %} {% if errors %} {% endif %} {% endprepare %}

{% trans "Profile" %}

{% trans "Registration Details" %}

{% trans "Username" %}
{{ user.username|e }}
{% trans "Change Password" %}
{% call "errorbox" form.new_password.errors %}
{% trans "Confirm Password" %}
{% call "errorbox" form.new_password2.errors %}
{% trans "Email address" %}
{% call "errorbox" form.email.errors %}
{% trans "Show email address in profile" %} {% call "errorbox" 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" %}
{% call "errorbox" form.aol.errors %}
{% trans "ICQ Number" %}
{% call "errorbox" form.icq.errors %}
{% trans "Jabber address" %}
{% call "errorbox" form.jabber.errors %}
{% trans "MSN Messenger" %}
{% call "errorbox" form.msn.errors %}
{% trans "Yahoo Messenger" %}
{% call "errorbox" form.yahoo.errors %}
{% trans "Website" %}
{% call "errorbox" form.website.errors %}
{% trans "Location" %}
{% call "errorbox" form.location.errors %}
{% trans "Interests" %}
{% call "errorbox" form.interests.errors %}
{% endblock %}