{#% extends "registration/reg_base.html" %#} {% extends 'common/panel.html' %} {% load url from future %} {% load order_by %} {% block title %}User Profile{% endblock title %} {% block panel %}

Personal Info

{{ uform.as_p }} {{ pform.as_p }}

Change password

{% if use_openid %}

Identification Providers

[Associate with an OpenID]

{% if assoc %}

Your are currently associated with the following OpenID providers.

{% endif %} {% endif %}

Groups

{% if profile.user.groups %}

Your are currently a member of the following groups.

{% if group_request_email %}

To request membership with another group or groups, please send an email to {{group_request_email}} with your username and group requests.

{% endif %} {% endif %}
{% endblock panel %}