{# -*- engine:django -*- #} {% extends "core/base.html" %} {% load i18n rules material_form %} {% load render_table from django_tables2 %} {% block browser_title %}{% blocktrans %}Delete Card{% endblocktrans %}{% endblock %} {% block no_page_title %}{% endblock %} {% block content %}

{% trans "Do you really want to delete the following card?" %}

{% include "kort/card/short.html" %}
{% blocktrans %} Please pay attention that a deletion of a card is irreversible and should be only used to clean up misprints. If you just want to make a card unusable because a student has lost his card or left the school, please deactivate the card instead. {% endblocktrans %}
{% csrf_token %} {% trans "Go back" %}
{% endblock %}