{% extends "admin/base_site.html" %} {% load i18n adminmedia %} {% block breadcrumbs %} {% with title as breadcrumbs_title %} {% include "admin/media_tree/filenode/includes/breadcrumbs.html" %} {% endwith %} {% endblock %} {% block extrahead %} {{ block.super }} {{ form.media }} {% endblock %} {% block extrastyle %}{{ block.super }}{% endblock %} {% block content %} {% if select_all %} {% endif %} {% if form %}
{% endif %} {% block selected %} {% if node_list %}{% if not node_list_title %}{% trans "Selected media objects:" %}{% else %}{{ node_list_title }}{% endif %}