{% 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 %} {% if create_view_link %} Create new {{ class_name }} {% endif %} {% endif %} {% block customView %}{% endblock %} {% block create_button %}{% endblock %} {% load django_tables2 crispy_forms_tags %}
{% if togglable_colums %} Select additional columns {% column_selector %} {% endif %}
{% crispy filter.form filter.form.helper %}
Reset search {% include 'browsing/partials/chart_form.html' %}
{% with table.paginator.count as total %} Total results: {{ total }} {% endwith %} {% include 'browsing/partials/download_menu.html' %} {% block table %} {% include 'browsing/partials/table.html' %} {% endblock table %} {% block pagination.allpages %} {% include 'browsing/partials/pagination.html' %} {% endblock pagination.allpages %}
{% endblock %} {% block scripts2 %} {% endblock scripts2 %}