{% load url from future %} {% load i18n %} {% load hk_generic %} {% if votes %} {% for vote in votes %} {% endfor %}
List Subject Author Date Vote
{{ vote.list_address }} {{ vote.message.subject }} {{ vote.message.sender_name }} {{ vote.message|get_date|date:"l, j F Y H:i:s" }}
{% csrf_token %} {% if vote.vote == 1 %} You like it {% elif vote.vote == -1 %} You dislike it {% endif %} (cancel)
{% include "paginator.html" with pager=votes page_key="vpage" %} {% else %}

No vote yet.

{% endif %}