{% extends "admin/base.html" %} {% block head %} {{ super() }} {% endblock %} {% block content %}

{{ _('Media') }}

{% for file in objects %} {% endfor %}
{{ _('Name') }}
{{ file.name }}
{{ _('Drop your files here') }}
{{ pagination.links | safe }}
{% endblock %}