{% extends 'base.html' %} {% block title %}Libravatar: {{user.username}}'s Profile{% endblock title %} {% block content %}

{{user.username}}'s Profile

{% if confirmed_emails %}

You have the following confirmed email addresses:

{% endif %} {% if unconfirmed_emails %}

You have the following unconfirmed email addresses:

{% endif %}

Add a new email address

{% if photos %}

Here are the photos you have uploaded/imported:

{% endif %} {% if not max_photos %}

Upload a new photo

{% endif %} {% endblock content %}