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

{{ _gettext('You are editing %(path)s', path=path) }}

{% if error %} This file cannot be edited for now. {% else %} {{ lib.render_form(form, dir_url) }} {% endif %} {% endblock %}