{% extends 'generic/object_list.html' %} {% load buttons %} {% load helpers %} {% load i18n %} {% load perms %} {% load plugins %} {% load static %} {% load ui_framework %} {% load render_table from django_tables2 %} {% block breadcrumbs_wrapper %} {% endblock breadcrumbs_wrapper %} {% block header %}
{% captureas default_breadcrumbs %} {% if list_url %}
  • {{ title }}
  • {% endif %} {% endcaptureas %} {% captureas block_breadcrumbs %} {% block breadcrumbs %} {% if list_url %}
  • {{ title }}
  • {% endif %} {% block extra_breadcrumbs %}{% endblock extra_breadcrumbs %} {% endblock breadcrumbs %} {% endcaptureas %} {% render_breadcrumbs default_breadcrumbs block_breadcrumbs %}
    {% if search_form %}
    {{ search_form.q }}
    {% endif %}
    {% endblock header %} {% block header_extra %}
    {% csrf_token %}
    {% endblock header_extra %}