{% extends "hyperkitty/base.html" %} {% load url from future %} {% load gravatar %} {% load hk_generic %} {% block title %} Search results for "{{ query }}"{% if mlist %} - {{ mlist.display_name|default:mlist.name|escapeemail }} {% endif %} - {{ app_name|title }} {% endblock %} {% block content %}
{% include 'hyperkitty/threads/month_list.html' %}
{% if mlist %}

{% if mlist.display_name %} {{ mlist.display_name }} {% else %} {{ mlist.name|until:"@" }} {% endif %} search results {% else %}

Search results {% endif %} for query "{{ query }}"

{% if mlist.display_name %} {% endif %}
  • {{ messages.paginator.count }} messages
{% if mlist %}{% endif %}
{% if query %} {% for message in messages %} {% include "hyperkitty/messages/summary_message.html" with message=message.object %} {% empty %}

Sorry no email could be found for this query.

{% endfor %} {% else %}

Sorry but your query looks empty.

these are not the messages you are looking for

{% endif %} {% include "hyperkitty/paginator.html" with pager=messages notbydate=True %}
{% endblock %} {% block additionaljs %} {% endblock %}