{% comment %} vim:ft=htmldjango: {% endcomment %} {% load humanize %} {% load pybb_extras %} {% if forum|pybb_has_unreads:user %} {% else %} {% endif %}
{{ forum.name }} {# TODO: RSS feeds #} {# (RSS) #}
{{ forum.description }}
{{ forum.topics.count }} {{ forum.posts.count }} {%if forum.last_post %} {{ forum.last_post.created|naturalday|title }} {{forum.last_post.created|time:"H:i"}}
by {{ forum.last_post.user.username }} in
{{ forum.last_post.topic.name }}
{% endif %}