{% extends "userprofile/base_2col.html" %} {% load i18n %} {% block title %}{% trans "Choose the location of your avatar" %}{% endblock %} {% block robots %}noindex,nofollow{% endblock %} {% block extrajs %} {% endblock %} {% block userprofile_navigation %} {% include "userprofile/menu.html" %} {% endblock %} {% block userprofile_content %}
{% csrf_token %}
{% trans "Choose the location of your avatar" %} {% if form.errors %} {% for error,desc in form.errors.items %}

* {{desc|join:"; "}}

{% endfor %} {% endif %}
{% endblock %} {% block userprofile_content_related %}

{% trans "Avatar selection page" %}

{% trans "You have several options to select the image you want as avatar on your profile" %}.

{% load avatars %}
{{ user }} {% if user.get_profile.has_avatar %}

{% trans "Delete" %}

{% endif %}
{% endblock %}