{% load form_helpers %} {% load static %}

Table Configuration

Column choices may negatively affect loading times.
{% with field=table_config_form.visible_fields.0 %} {{ field }} {{ field.help_text|safe }}
{# djlint:off B083 #} {# djlint:on B083 #}
{% endwith %}
{% block javascript %} {% endblock %}