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