{% load i18n %} {% load crispy_forms_tags %} {% if filter.form %}
{% trans "search" %}
{% if filter.form.helper %} {% crispy filter.form %} {% else %}
{{ filter.form|crispy }}
{% endif %}
{% endif %}