{% extends "wagtailadmin/base.html" %} {% load static i18n %} {% block content %} {% include "wagtailadmin/shared/header.html" with title="API Import" %}
{% csrf_token %} {{ form }}
{% endblock %}