{% extends "base_thread.html" %} {% load gravatar %} {% block title %}{{ app_name }}{% endblock %} {% block additional_headers %} {% endblock %} {% block content %}
21
days
inactive
24
days
old

Add to favorite discussions


tags ({{tags|length}})
    {% for tag in tags %}
  • {{ tag }} |
  • {% endfor %}
{% csrf_token %} {{ addtag_form.as_p }}
participants ({{participants|length}})
    {% for key,value in participants.items %}
  • {% gravatar_img_for_email value.email 20%} {{key}}
  • {% endfor %}
{{first_mail.content}}
{% for email in threads %}
{% empty %} Sorry no emails could be found for your search. {% endfor %}
{% endblock %}