{% include 'search_header.html' %}
{% include "_pagination.html" %}
{% block sidebar %}
{% include "_sidebar.html" with show_profile=1 identity=user.identity %}
{% endblock %}
{% for item in items %}
{% include '_list_item.html' %}
{% empty %}
{% trans "No items matching the search query." %}
{% endfor %}