{% extends "htmx/_base_form_modal.html" %}
{% block form_control %}
hx-post="{% url 'htmx:filter-create' %}"
hx-include="#incident-filter-box fieldset, [name='filter_name']"
hx-target="#incident-filter-box"
hx-swap="outerHTML"
{% endblock form_control %}
{% block dialogform %}
{% endblock dialogform %}