{% extends 'base.html' %} {% load i18n %} {% block title %}{% blocktrans with openid.openid as openid_url %}Choose a photo for {{ openid_url }}{% endblocktrans %} - Libravatar{% endblock title %} {% block content %}

{% blocktrans with openid.openid as openid_url %}Choose a photo for {{ openid_url }}{% endblocktrans %}

{% if not photos %} {% url libravatar.account.views.upload_photo as upload_url %}

{% blocktrans %}You need to upload some photos first!{% endblocktrans %}

{% trans 'Back to your profile' %}

{% else %}

{% trans 'Here are the pictures you have uploaded, click on the one you wish to associate with this OpenID:' %}

{% blocktrans %}or upload a new one.{% endblocktrans %}

{% endif %} {% endblock content %}