{% extends "userprofile/base_2col.html" %} {% load i18n %} {% block title %}{% trans "Crop & resize the area you want" %}{% endblock %} {% block robots %}noindex,nofollow{% endblock %} {% block extrajs %} {% endblock %} {% block userprofile_navigation %} {% include "userprofile/menu.html" %} {% endblock %} {% block userprofile_content %}
{% csrf_token %}
{% trans "Crop & resize the area you want" %} {% 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 %}
{% endblock %}