{% load i18n gadjo %} {% if filter_form.show_fts or filter_form.show_filters %} {% if cell.title %}<{{ cell.title_level }} class="cell--title">{{ cell.title }}{% endif %}
{% if filter_form.show_fts %}
{{ filter_form.fts_form|with_template }}
{% endif %} {% if filter_form.show_filters %}
{{ filter_form|with_template }}
{% endif %}
{% endif %}