Severity
{% include "htmx/incident/cells/_incident_sort_button.html" %}
{% if column.filter_field %}
{% with fieldname=column.filter_field %}
{% if fieldname in filter_form.fields %}
{% with field=filter_form|get_form_field:fieldname %}
{% include "htmx/incident/cells/_incident_compact_severity_filter.html" %}
{% endwith %}
{% else %}
{% with form=refresh_info_forms|dictvalue:fieldname field=refresh_info_forms|dictvalue:fieldname|get_form_field:fieldname %}
{% include "htmx/incident/cells/_incident_compact_severity_filter.html" %}
{% endwith %}
{% endif %}
{% endwith %}
{% endif %}