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

Remove Participation

{% if admin.permission_all %}

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


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