{% extends "base.html" %} {% load gravatar %} {% load hk_generic %} {% load storm %} {% block content %}
{{ mlist.display_name|default:mlist.name|escapeemail }}
{{ month|date:"F Y"|capfirst }}
{% if mlist.display_name %}

{{ list_address|escapeemail }}

{% endif %}
{% for thread in threads %}
{% if thread.category_tag %} {% endif %} {% if thread.category %} {% endif %}
{% if thread.starting_email.sender_email %} {% gravatar_img_for_email thread.starting_email.sender_email 40 %}
{% endif %} {{ thread.starting_email.sender_name|escapeemail }}
{{ thread.starting_email.content }}
    {% if thread.tags|length %}
  • Tags:
  • {% for tag in thread.tags %}
  • {{tag}}
  • {% endfor %} {% endif %}
  • {{ thread.participants|length }} participants
  • {{ thread|length }} comments
{% if use_mockups %}
  • +{{ thread.avglike }}/-{{ thread.avgdislike }}
  • Like
  • Dislike
Show discussion {% endif %}
{% empty %} Sorry no emails could be found for this month. {% endfor %} {% include "paginator.html" %}
{% include 'threads/month_list.html' %} {% endblock %} {% block additionaljs %} {% endblock %}