{% extends 'boards/base.html' %} {% load board %} {% load i18n %} {% block head %} {% endblock %} {% block content %}

{% trans 'Search' %}

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