diff --git a/src/pretix/control/templates/pretixcontrol/checkin/list_delete.html b/src/pretix/control/templates/pretixcontrol/checkin/list_delete.html index 99a023cbe..605f71ff2 100644 --- a/src/pretix/control/templates/pretixcontrol/checkin/list_delete.html +++ b/src/pretix/control/templates/pretixcontrol/checkin/list_delete.html @@ -7,10 +7,10 @@
{% csrf_token %}

{% blocktrans with name=checkinlist.name %}Are you sure you want to delete the check-in list {{ name }}?{% endblocktrans %}

- {% if checkinlist.checkins.exists > 0 %} -

{% blocktrans trimmed with num=checkinlist.checkins.count %} + {% if checkinlist.checkins.exists %} +

{% blocktrans trimmed with num=checkinlist.checkins.count %} This will delete the information of {{ num }} check-ins as well. - {% endblocktrans %}

+ {% endblocktrans %}
{% endif %}