{% extends "simple_base.html" %} {% block pagecontent %}
{% block pagename %} {% endblock %}
Filter:
{% if hideshowcols %}
Show/Hide columns: {% for i in hideshowcols %} {{i.name}} | {% endfor %}
{% endif %}
Showing {{objects.start_index}} to {{objects.end_index}} out of {{objects.paginator.count}} entries. 
{% block pagetable %} {% endblock %}
{% endblock %}