{% comment %} vim:ft=htmldjango: {% endcomment %} {% load humanize %} {% load pybb_extras %} {% load wlprofile %} {% load custom_date %} {% 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|custom_date:user}}
by {{ forum.last_post.user|user_link }} in
{{ forum.last_post.topic.name }}
{% endif %}