{# vim: set ts=2 et sts=2 sw=2: #} {% extends "groups/base.html" %} {% set title = _('Delete {group} group avatar')|f(group=profile.group.name) %} {% block content %}

{{ _('Are you sure you want to delete the {group} group avatar?')|f(group=profile.group.name) }}

{{ csrf() }}

{% trans %} You are about to permanently delete the avatar. This cannot be undone! You can always upload another avatar to replace the current one. {% endtrans %}

{% endblock %}