{% extends "site_base.html" %} {% load i18n avatar_tags %} {% block body %} {% trans "Back to edit your profile information" %}
{% trans "Please select the avatars that you would like to delete." %}
{% if not avatars %} {% url 'avatar_change' as avatar_change_url %}{% blocktrans %}You have no avatars to delete. Please upload one now.{% endblocktrans %}
{% else %} {% endif %} {% endblock %}