{% extends "base.html" %} {% load gravatar %} {% block additional_stylesheets %} {% endblock %} {% block content %}
{% include 'threads/right_col.html' %}
{% include 'messages/first_email.html' %} {% for email in threads %}
{% include 'messages/message.html' %}
{% empty %} Sorry no emails could be found for your search. {% endfor %}
{% endblock %} {% block additionaljs %} {% endblock %}