{% load argus_htmx %} {% with field=form|get_form_field:fieldname %}
{{ column.label }} {% include "htmx/incident/cells/_incident_sort_button.html" %} {% if not kiosk_mode %} {# Filter dropdown #} {% else %} {# Keep it included in a hidden state for kiosk mode to support auto-refresh #} {% endif %}
{% endwith %} {% if not kiosk_mode %} {% include "htmx/incident/cells/_incident_filter_dropdown_script.html" %} {% endif %}