{% load url from future %} {% load i18n %} {% load hk_generic %} {% if last_views %} {% for lv in last_views %} {% endfor %}
List Subject Original author Start date Last activity Replies
{% if thread.unread %} {% endif %} {{ lv.list_address }} {{ lv.thread.starting_email.subject }} {{ lv.thread.starting_email.sender_name }} {{ lv.thread.starting_email|get_date|date:"l, j F Y H:i:s" }} {{ lv.thread|get_date|timesince }} {{ lv.thread|length }} {% if thread.unread %} / {{ thread.unread }} new {% endif %}
{% include "paginator.html" with pager=last_views page_key="lvpage" %} {% else %}

Nothing read yet.

{% endif %}