{% extends "site_base.html" %} {% load i18n %} {% load staticfiles %} {% load url from future %} {% block title %} {% trans "Search" %} - {{ block.super }} {% endblock %} {% block body_class %}search{% endblock %} {% block body_outer %}

{% trans "Search" %}

{% include "search/_sort_filters.html" %}
{% include "_viewby.html" %}

{% trans "Your selections" %} Clear all

{% include "search/_type_filters.html" %} {% include "search/_general_filters.html" %}
{% include 'search/search_content.html' %}
{% endblock %} {% block extra_script %} {% include 'search_scripts.html' %} {% endblock extra_script %}