{% extends "page_view.html" %} {% load i18n static crispy_forms_tags mvp %} {% block page.actions %} {% endblock page.actions %} {% block page.content %}
{% 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 %}
{% if page_obj %}
{% endif %} {% endblock page.content %} {% block extra_js %} {{ block.super }} {% endblock extra_js %}