{% 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 %} {% for field in additional_fields %}
{% if field.type = 'text' %} {% endif %} {% if field.type = 'image' or field.type = 'file' %} {% endif %} {% if field.type = 'checkbox' %} {% endif %}
{% endfor %}
{% endblock %}