{% load url from future %} {% load hk_generic %} {% if subscriptions %} {% for sub in subscriptions %} {% if sub.first_post %} {% else %} {% endif %} {% endfor %}
List Time since the first activity First post Posts to this list Votes
{{ sub.list_name }} {{ sub.first_post|get_date|timesince }} {{ sub.first_post.subject }} {{ sub.posts_count }} post{{ sub.posts_count|pluralize }} +{{ sub.likes }}/-{{ sub.dislikes }}no post yet
{% else %}

no subscriptions

{% endif %}