{% extends "base/search_results_view.html" %}
{% load inlinetrans %}
{% block extrastyle %}
{{ block.super}}
{% endblock %}
{% block breadcrumbs %}
→
{{ section.name }}
→
{% inline_trans "agenda" %}
→
{% inline_trans "results" %}
{% endblock %}
{% block search_results_object_list %}
{% if object_list %}
{% with object_list as result_list %}
{% include "event/search_results.html" %}
{% endwith %}
{% endif %}
{% endblock %}