Forum |
Topics |
Posts |
Last Post |
{% for forum in category.forums %}
New Posts
|
{{ forum.title }}
{{ forum.description }}
|
{{ forum.topic_count }} |
{{ forum.post_count }} |
{% if forum.last_post_id %}
{{ forum.last_post.topic.title|crop_title }}
{{ forum.last_post.date_created|time_since }}
by {{ forum.last_post.user.username }}
{% else %}
No posts
{% endif %}
|
{% endfor %}