{% extends "admin/mptt_change_list.html" %} {% load adminmedia admin_list i18n mptt_tags media_tree_admin %} {% block extrahead %} {{ block.super }} {% comment %} Since the FileNodeAdmin's Media class can't use reverse to determine the jsi18n URL, it is embedded here. {% endcomment %} {% endblock %} {% block breadcrumbs %} {% if not node %} {{ block.super }} {% else %} {% include "admin/media_tree/filenode/includes/breadcrumbs.html" %} {% endif %} {% endblock %} {% block object-tools %} {% endblock %} {% block result_list %} {{ block.super }} {% if select_button %} {% endif %} {% endblock %}