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

{% endblock %}