{% extends 'generic/object.html' %} {% load buttons %} {% load helpers %} {% load plugins %} {% load render_table from django_tables2 %} {% load perms %} {% load scriptmanager %} {% block controls %}
{% if request.user|can_delete:object %} {% delete_button object %} {% endif %} Rerun
{% endblock %} {% block content %} {% include 'inc/table_controls_htmx.html' with table_modal="ObjectChangeTable_config" %}
{% csrf_token %}
{% include 'htmx/table.html' %}
{% endblock %} {% block modals %} {{ block.super }} {% table_config_form table %} {% endblock modals %}