{% extends 'boards/base.html' %} {% load board %} {% load i18n %} {% block head %} {% trans 'Search' %} - {{ site_name }} {% endblock %} {% block content %}
{{ form.as_div }}
{% if page %} {% if page.has_previous %} {% endif %} {% for result in page.object_list %} {{ result.object.get_search_view }} {% endfor %} {% if page.has_next %} {% endif %} {% endif %} {% endblock %}