{% extends "subjects/base.html" %} {% load static i18n %} {% block title %}{% translate "Discard subject creation request" %} · {{ block.super }}{% endblock %} {% block content %}
{% csrf_token %}

{% translate "Are you sure you want to permanently delete this subject creation request?" %}

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