{% extends "cruditor/includes/table-pagination.html" %} {% block pagination %} {% if table.page.has_previous or table.page.has_next %} {{ block.super }} {% endif %} {% endblock %}