Forum |
Topics |
Posts |
Last Post |
{% for forum in category.children %}
New Posts
|
{{ forum.title }}
{% autoescape false %}
{{ forum.description|markup }}
{% endautoescape %}
|
{{ 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 %}