{% extends 'admin/layout.html' %} {% import 'admin/_macros.html' as lib with context %} {% set name = admin_view.get_display_name() %} {% block head_css %} {{super()}} {% endblock %} {% block body %}
{% endblock %} {% block tail %} {#% if filter_groups is not none and filter_data is not none %} {% endif %#} {% endblock %}