{% extends "base.html" %} {% load hk_generic %} {% load gravatar %} {% block content %} {% if threads.object_list %} {% endif %} {% for email in threads.object_list %}
{{email.subject}} {{email.date}}
{% if email.category_tag %} {% endif %} {% if email.category %} {% endif %}
{% if email.sender_email %} {% gravatar_img_for_email email.sender_email 40 %}
{% endif %} {{email.sender_name}}
{{email.content}}
{% empty %} Sorry no emails could be found for your search. {% endfor %} {% if threads.object_list %} {% endif %} {% endblock %} {% block additionaljs %} {% endblock %}