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

{{ _gettext('Please provide new name for %(name)s', name=name) }}

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