{% extends 'base.html' %} {% load i18n %} {% block title %} - {% trans "Search" %}{% endblock %} {% block content %} {% trans "Search for" as ch_title %} {% trans "Search" as ch_bc1 %} {% with ch_icon="icon-search" ch_title=ch_title|add:' "'|add:q|add:'"' ch_bc1=ch_bc1 %} {% include "layout_elements/category_header.html" %} {% endwith %}