{% extends "webpage/base.html" %} {% load static %} {% load django_tables2 %} {% load browsing_extras %} {% load crispy_forms_field %} {% load crispy_forms_tags %} {% block title %} Browse {{ class_name }} {% endblock %} {% block scriptHeader %} {% endblock %} {% block content %}

Browse {% class_definition %} {% block list_title %} {% endblock %}

{% if user.is_authenticated %}
Create new {{ class_name }}
{% endif %}
{% block customView %}{% endblock %} {% block create_button %}{% endblock %} {% load django_tables2 crispy_forms_tags %}
{% crispy filter.form filter.form.helper %} {% include 'shps/partials/column_selector.html' %}
Reset
{% include 'browsing/partials/chart_form.html' %}
{% with table.paginator.count as total %}

{{ total }} Result(s)

{% endwith %} {% block table %} {% include 'browsing/partials/table.html' %} {% endblock table %} {% block pagination.allpages %} {% include 'browsing/partials/pagination.html' %} {% endblock pagination.allpages %}
{% include "browsing/partials/download_menu.html" %}
{% endblock %} {% block scripts2 %} {% endblock scripts2 %}