{% extends "geonode_base.html" %} {% load i18n bootstrap_tags %} {% block body_outer %}
{% if not avatars %} {% url 'avatar_change' as avatar_change_url %}

{% blocktrans %}You have no avatars to delete. Please upload one now.{% endblocktrans %}

{% else %}

{% trans "Please select the avatars that you would like to delete." %}

{{ delete_avatar_form|as_bootstrap_inline }}

{% csrf_token %} {% trans "Go back to Edit Your Profile" %}

{% endif %}
{% endblock %}