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

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

{% include "kort/printer/short.html" with printer=object %}
{% blocktrans %} Please pay attention that this also will deactivate the access for the print client and you would have to reconfigure the client if you want to use it further. {% endblocktrans %}
{% csrf_token %} {% trans "Go back" %}
{% endblock %}