{% extends "admin/change_form.html" %} {% load render_bundle_csp %} {% block admin_change_form_document_ready %} {{ block.super }} {% render_bundle_csp "admin" "js" attrs='defer' %} {{ maptiler_token|json_script:"maptiler-token" }} {% endblock %} {% block object-tools-items %}
  • Download relations as CSV
  • {{ block.super }} {% endblock %} {# Render mixed normal and inline fieldsets #} {% block field_sets %} {% include "admin/snippets/mixed_inlines_fieldsets.html" %} {% endblock %} {# Remove standard inline rendering #} {% block inline_field_sets %} {% endblock %}