{% 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" %}

{% with include_type_filter='true' %} {% include "search/_search_content.html" %} {% endwith %} {% endblock %} {% block extra_script %} {% with include_spatial='true' %} {% include 'search/search_scripts.html' %} {% endwith %} {% endblock extra_script %}