{% extends 'djmvc/form.html' %} {% load i18n %} {% block before_message %} {% if view.invalid_pks %}
{% blocktrans count counter=view.invalid_pks %} {{ counter }} selected item could not be found and was ignored. {% plural %} {{ counter }} selected items could not be found and were ignored. {% endblocktrans %}
{% endif %} {% endblock %} {% block message %} {{ block.super }} {% include "djmvc/_object_list.html" %} {% endblock %} {% block form_buttons %} {% if view.cancel_url %}

{% endif %} {% if view.can_confirm_delete %}

{% else %}

{% endif %} {% endblock %}