{% extends 'admin.html' %} {% load url from future %} {% block resources_active %} class="active" {% endblock %} {% block content %}
{% csrf_token %} {% include "admin/partials/form.html" with form=form %}
{% endblock %}