{% extends 'admin/master.html' %} {% import 'admin/lib.html' as lib with context %} {% import 'macros.html' as m %} {% block body %}
{{ lib.render_form_fields(form) }}
{% if result %}
{{ result }}
{% endif %} {% endblock %}