{% extends "subjects/subject_base.html" %} {% load static i18n %} {% block title %}{% translate "Delete recruitment data" %} · {{ block.super }}{% endblock %} {% block content %}
{% csrf_token %}

{% translate "Are you sure you want to permanently delete all recruitment attributes and study type disinterests for this subject?" %}

{% translate 'Cancel' %}
{% endblock %}