{% extends "hyperkitty/base.html" %} {% load i18n %} {% load gravatar %} {% load hk_generic %} {% block title %} {% trans "Search results for" %} "{{ query }}"{% if mlist %} - {{ mlist.display_name|default:mlist.name|escapeemail }} {% endif %} - {{ app_name|title }} {% endblock %} {% block content %}
{% trans "Sorry no email could be found for this query." %}
{% endfor %} {% else %}{% trans "Sorry but your query looks empty." %}
{% trans "these are not the messages you are looking for" %}
{% endif %} {% include "hyperkitty/paginator.html" with pager=messages notbydate=True %}