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

Please provide new name for {{ name }}

{{ lib.render_form(form, dir_url) }} {% endblock %}