{% load i18n %} {% if is_valid %}
{% trans "Wait a second. Redirecting to the search results..." %}
{% else %}
{% csrf_token %} {% include "forms/form_fields.html" with form=form %}
{% endif %}