{% set page_title = forum.title %} {% set active_forum_nav=True %} {% extends theme("layout.html") %} {% block content %} {% from theme('macros.html') import render_pagination, topic_pages %}
{{ forum.title }} | ||||
---|---|---|---|---|
Topic | Posts | Views | Last Post | |
{% if topic.locked %} {% elif topic.important %} {% if topic|topic_is_unread(topicread, current_user, forumsread) %} {% else %} {% endif %} {% else %} {% if topic|topic_is_unread(topicread, current_user, forumsread) %} {% else %} {% endif %} {% endif %} |
{{ topic.title }}
{{ topic_pages(topic, flaskbb_config["POSTS_PER_PAGE"]) }}
{% if topic.user_id %} by {{ topic.user.username }} {% else %} by {{ topic.username }} {% endif %} |
{{ topic.post_count }} | {{ topic.views }} |
{{ topic.last_post.date_created|time_since }} {% if topic.last_post.user_id %} by {{ topic.last_post.user.username }} {% else %} {{ topic.last_post.username }} {% endif %} |
No Topics so far. |