{% set page_title = "Topic Tracker" %} {% set active_forum_nav=True %} {% extends 'layout.html' %} {% from 'macros.html' import render_pagination %} {% block content %}
Topic Tracker | ||||
---|---|---|---|---|
Thread | Posts | Views | Last Post | |
{% if topicread|is_unread(topic.last_post) %} {% else %} {% endif %} | {{ topic.post_count }} | {{ topic.views }} |
{{ topic.last_post.date_created|time_since }} by {{ topic.last_post.user.username }} |
|
No Topics so far. |