{% extends 'generic/_base.html' %} {% load helpers %} {% load buttons %} {% load perms %} {% load i18n %} {% block title %}{{ script }}{% endblock %} {% block subtitle %} {{ script.Meta.description|markdown }} {% endblock %} {% block page-header %}
{% endblock page-header %} {% block controls %} {% if request.user|can_delete:job %} {% delete_button job %} {% endif %} {% endblock controls %} {% block tabs %} {% endblock %} {% block content %} {# Object list tab #}
{# Object table controls #}
{% if request.user.is_authenticated %}
{% endif %}
{% csrf_token %} {# "Select all" form #} {% if table.paginator.num_pages > 1 %}
{% endif %}
{% csrf_token %} {# Objects table #}
{% include 'extras/htmx/script_result.html' %}
{# /Objects table #}
{# /Object list tab #} {# Filters tab #} {% if filter_form %}
{% include 'inc/filter_list.html' %}
{% endif %} {# /Filters tab #} {% endblock content %} {% block modals %} {% if job.completed %} {% table_config_form table table_name="ObjectTable" %} {% endif %} {% endblock modals %}