{% load static %} {% load octopusdash_tags %} {% if model_admin and model_admin.get_inline_edit_fields %}
{{ formset.management_form }}
{% include 'od/app/data/table_header.html' %} {% include 'od/app/data/table_body.html' %}
{% if not page_obj %}
No {{model_admin.model_plural_name_display}} found
{% endif %}
{% csrf_token %} {% if page_obj %} {% endif %}
{% else %}
{% include 'od/app/data/table_header.html' %} {% include 'od/app/data/table_body.html' %}
{% if not page_obj %}
No {{model_admin.model_plural_name_display}} found
{% endif %}
{% endif %} {% block script %} {% endblock script %}