{% extends "account/base.html" %} {% load i18n %} {% load avatar_tags %} {% block head_title %}{% trans "Avatar" %}{% endblock %} {% block body %}

{% trans "Avatar" %}

{% trans "Here is your current avatar:" %}

{% avatar user 80 %} {% if not avatars %}

You do not yet have an avatar for this site. Please upload one by using the form below.

{% else %}

Select a different avatar:

Don’t like these avatars? You can choose which ones to delete.

{% endif %}

Upload an Avatar:

{% endblock %} {% block extra_body %} {% load jquery_validation %} {% include_validation %} {% endblock %}