{% extends "admin/base.html" %} {% import "_forms.html" as forms %} {% block content %}

{{ title }}

{{ forms.render(form) }}
{% endblock %}