{% load form_helpers %}
{% load get_key from helpers %}
{% load render_table from django_tables2 %}
{% if not is_embedded and form.is_valid %}
{% include "inc/table_controls_htmx.html" with table_modal="LeasesTable_config" %}
{% with preferences|get_key:"pagination.placement" as paginator_placement %}
{% endwith %}
{% endif %}