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

Remove Contest

{% if admin.permission_all %}

Are you sure you want to remove contest {{ contest.name }} from CMS, including all related data?
This will remove {{ contest.participations|length }} participation(s) and {{ submission_count }} submission(s).
This operation cannot be undone.


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