{% extends "sounds/_section.html" %} {% load display_sound %} {% load paginator %} {% load search %} {% load util %} {% block title %}sound search{% endblock title %} {% block section_content %}
{% for filter in filter_query_split %} {{ filter.name }} {% endfor %}
{% if error_text %}{{ error_text }}
{% else %} {% if facets %} {% if paginator.count > 0 %}Search returned no results...
{% endif %} {% endif %} {% endif %} {% endblock %}