{% extends "admin/edit_inline/tabular.html" %} {% load i18n admin_urls %} {# Nested inline. If htmx_lazy is set, the body is replaced with an #} {# hx-get placeholder that fetches the inline formset on demand. Without #} {# JS the fallback links to the change form, so the form still #} {# submits normally end-to-end. #} {% block inline %} {% if inline_admin_formset.opts.htmx_lazy %} {{ block.super }} {% translate "Loading…" %} {% else %} {{ block.super }} {% endif %} {% endblock %}
{% translate "Loading…" %}