{% load i18n floppyforms %} {# Don't show the filter form if all fields are hidden. In that case we assume its only used in non-interactive ways. #} {% if filter_form.visible_fields %} {% comment %}
{% trans "Filter " %}   
{% form filter_form using 'floppyforms/layouts/bootstrap.html' %}
{# {% trans "Reset filters" %}#}
{% endcomment %}
{% trans "Filter " %}
{% form filter_form using 'floppyforms/layouts/bootstrap.html' %}
{% endif %}