{% extends "base.html" %} {% block core %}

Remove User

{% if admin.permission_all %}

Are you sure you want to remove user {{ user.username }}, including all related data?
This will remove {{ participation_count }} participation(s) and {{ submission_count }} submission(s).
This operation cannot be undone.


Yes, remove No {% else %} You do not have permission to remove a user. {% endif %} {% endblock core %}