{% extends "authopenid/base.html" %} {% load i18n %} {% block head %} {% endblock %} {% block title %}{{ block.super }} | {% trans "Your Profile" %}{% endblock %} {% block breadcrumb %}{{ block.super }} » {% trans "Profile" %}{% endblock %} {% with user_username|capfirst as user %} {% block content_title %}
{% trans "This is where you can make changes to your account." %}
{{ msg }}
{% endif %}