{% set page_title = forum.title ~ " - Forum" %} {% set active_forum_nav=True %} {% extends "layout.html" %} {% block content %} {% from 'macros.html' import render_pagination, topic_pages %}
{% if forum.topics %}Forums | ||||
---|---|---|---|---|
Forum | Topics | Posts | Last Post | |
{% if subforum|forum_is_unread(forumread, current_user) %} {% else %} {% endif %} |
{{ subforum.title }}
{% autoescape false %}
{{ subforum.description|markup }}
{% endautoescape %}
{% if subforum.children|length %}
|
{{ subforum.topic_count }} | {{ subforum.post_count }} |
{% if subforum.last_post %}
{{ subforum.last_post.topic.title|crop_title }}
{{ subforum.last_post.date_created|time_since }} by {{ subforum.last_post.user.username }} {% else %} No posts {% endif %} |
{{ forum[0].title }} | ||||
---|---|---|---|---|
Thread | Posts | Views | Last Post | |
{% if topic.locked %} {% else %} {% if topic|topic_is_unread(topicread, current_user, forum[1]) %} {% else %} {% endif %} {% endif %} | {{ topic.post_count }} | {{ topic.views }} |
{{ topic.last_post.date_created|time_since }} by {{ topic.last_post.user.username }} |
|
No Topics so far. |