{% load i18n gadjo %} {% if filter_form.show_fts or filter_form.show_filters %}
{% if filter_form.show_fts %}
{{ filter_form.fts_form|with_template }}
{% endif %} {% if filter_form.show_filters %}
{{ filter_form|with_template }}
{% endif %}
{% endif %}