{% extends "3column_with_menu.html" %} {% block title %}{{block.super}} - Periodical Search{% endblock %} {% block content %}
{% include "cse/multi_search.html" %}
{% if query %} {% if page.object_list %}
Results {{page.start_index}} - {{page.end_index}} for {{query}}
{% for result in page.object_list %} {{result.result_text|safe}} {% endfor %}
{% else %}

No matching articles found.

{% endif %} {% endif %} {% endblock %}