{% extends 'structures/base.html' %} {% load i18n %} {% load static %} {% load humanize %} {% block details %}
{% include "structures/partials/statistics/structure_summary.html" %}
{{ data_export|json_script:"export-data" }} {% endblock %} {% block extra_javascript %} {% include 'bundles/datatables-js.html' %} {% include "bundles/filterdropdown-js.html" %} {% endblock %} {% block extra_css %} {% include 'bundles/datatables-css-bs5.html' %} {% endblock %} {% block extra_script %} {% endblock %}