{% extends "page_view.html" %} {% load i18n static crispy_forms_tags mvp %} {% block page.actions %} {% endblock page.actions %} {% block page.content-wrapper %} {% block page.title %} {% endblock page.title %} {% if page_obj %} {% with start=page_obj.start_index end=page_obj.end_index total=page_obj.paginator.count %} {% blocktrans with name_plural=model_info.verbose_name_plural %} Showing {{ start }}-{{ end }} of {{ total }} {{ name_plural }} {% endblocktrans %} {% endwith %} {% endif %} {% endblock page.content-wrapper %} {% block page.footer %} {% if page_obj %}
{% endif %} {% endblock page.footer %} {% block extra_js %} {{ block.super }} {% endblock extra_js %}