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

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

{% include "kort/card_layout/short.html" with card_layout=object %}
{% blocktrans %} Please pay attention that this also will prevent the successful finishing of all active print jobs which use these template. {% endblocktrans %}
{% csrf_token %} {% trans "Go back" %}
{% endblock %}