{% set grid_cols = 'col-span-12 md:col-span-8 2xl:col-span-6 3xl:col-span-5' if attribute_name == 'bans' else 'md:col-span-8 lg:col-span-5 2xl:col-span-4 3xl:col-span-3' if attribute_name == 'configs' else 'col-span-12 md:col-span-6 3xl:col-span-4' if attribute_name == 'global-config' else 'col-span-12 md:col-span-8 2xl:col-span-6 3xl:col-span-5' if attribute_name == 'jobs' else 'col-span-12 md:col-span-6 2xl:col-span-4' if attribute_name == 'plugins' else 'col-span-12 md:col-span-8 2xl:col-span-6 3xl:col-span-5' if attribute_name == 'reports' else 'col-span-12 md:col-span-8 2xl:col-span-6 3xl:col-span-4' if attribute_name == 'services' else 'col-span-12 md:col-span-8 2xl:col-span-6 3xl:col-span-4' %}
FILTER
{% for filter in filters %} {% if filter['type'] == 'input' %}
{{ filter['name'] }}
{% endif %} {% if filter['type'] == 'select' %}
{{ filter['name'] }}
{% endif %} {% endfor %}