{% extends 'base.html' %} {% load i18n %} {% block title %}{% trans 'Your Profile' %}{% endblock title %} {% block content %}
{% trans 'You have the following confirmed email addresses and OpenIDs:' %}
{% trans 'You have the following unconfirmed email addresses and OpenIDs:' %}
{% if not max_emails %} {% trans 'Add a new email address' %} | {% endif %} {% trans 'Add a new OpenID' %}
{% if photos %}{% trans 'Here are the photos you have uploaded/imported:' %}
{% trans 'Upload a new photo' %}
{% endif %}{% trans 'Change your password' %}
{% else %} {% endif %} {% endblock content %}