{% extends 'admin/layout.html' %} {% import 'admin/_macros.html' as lib with context %} {% block body %}

{{_gettext('Files')}}{%if msg %} - {{msg}} {% endif %}

/{{ base_path.split('/')[-1] }}/{% if path %}{{path}}/{% endif %}
{{ lib.render_form(form, dir_url) }} {% endblock %}