{% extends "base.html" %} {% load url from future %} {% load gravatar %} {% load hk_generic %} {% block title %} Messages by {{ fullname }}{% if mlist %} - {{ mlist.display_name|default:mlist.name|escapeemail }} {% endif %} - {{ app_name|title }} {% endblock %} {% block content %}
Sorry no email could be found by this user.
{% endfor %} {% include "paginator.html" with pager=messages %}