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