{% extends 'generic/object.html' %} {% load helpers %} {% load render_table from django_tables2 %} {% load buttons %} {% load perms %} {% load tabs %} {% load i18n %} {% block content %}
{% trans "Log threshold" %}
{% if request.user.is_authenticated and job.completed %}
{% endif %}
{% csrf_token %} {% if table.paginator.num_pages > 1 %}
{% endif %}
{% csrf_token %} {# Objects table — use our plugin URL for HTMX polling #}
{% include 'extras/htmx/script_result.html' %}
{% endblock content %} {% block modals %} {{ block.super }} {% if job.completed %} {% table_config_form table table_name="ObjectTable" %} {% endif %} {% endblock modals %}