{% load form_helpers %}
Search
{% for field in filterset_form %}
{% if field.name == "q" %}
{% else %} {{ field }} {% endif %}
{% endfor %}
Clear