{% extends 'base.html' %} {% block content %}
{% if section %}

{{section }}

{% else %}

Search results

{% endif %}
{% for row in content %} {% if row.type.name == 'news' %}
{% else %}
{% if row.image_url %} {% else %}   {% endif %}
{{ row.title }} {% if row.type.name == 'events' %} {% endif %}

{{row.formatted_teaser}}

read more

{% endif %} {% endfor %}

{% if years %}
{% endif %} {% if content.has_other_pages %}
    {% if content.has_previous %}
  • «
  • {% else %}
  • «
  • {% endif %} {% for i in content.paginator.page_range %} {% if content.number == i %}
  • {{ i }} (current)
  • {% else %}
  • {{ i }}
  • {% endif %} {% endfor %} {% if content.has_next %}
  • »
  • {% else %}
  • »
  • {% endif %}
{% endif %}
{% endblock %}