{% load django_bootstrap5 %} {% block extrahead %} {% comment %} We set the restUri Javascript variable here to make it accessible for institution_query.js and anywhere else where it is needed {% endcomment %} {% if form %} {{ form.media }} {% endif %} {% endblock %} {% bootstrap_css %}
{% csrf_token %} {% bootstrap_form form %} {% include "admin/cms/page/submit_row.html" with show_save=True %}