{% extends "admin/change_list.html" %} {% load i18n admin_urls static admin_list unfold_list unfold_list_custom %} {% block extrahead %} {{ block.super }} {% if sidebar_model_key %} {% endif %} {% endblock %} {% block result_list %} {% include "unfold/helpers/change_list_actions.html" %} {% if grid_view == True %} {% result_list_grid cl %} {% else %} {% unfold_result_list cl %} {% endif %} {% endblock %} {% block filters %} {% endblock %}