{% extends 'admin/model/list.html' %} {% block list_header scoped %} {% if actions %} {% endif %} {% block list_row_actions_header %} {% if admin_view.column_display_actions %}   {% endif %} {% endblock %} {% for c, name in list_columns %} {% set column = loop.index0 %} {% if admin_view.is_sortable(c) %} {% if sort_column == column %} {{ name }} {% if sort_desc %} {% else %} {% endif %} {% else %} {{ name }} {% endif %} {% else %} {{ name }} {% endif %} {% if admin_view.column_descriptions.get(c) %} {% endif %} {% endfor %} {% endblock %}