{% extends "admin/filer/change_form.html" %} {% load i18n admin_modify static %} {% block extrahead %} {{ block.super }} {# upload stuff #} {% endblock %} {% block object-tools %} {% if change and not is_popup %} {% endif %} {% include "admin/filer/tools/detail_info.html" with detail=True file=True %} {% endblock %}