{% extends 'base.html' %} {% block content %}

Forum topic

{{ topic.name }}

{{ topic.description or 'Forum topic discussion.' }}

Back to topics

Thread list

{% for thread in threads %} {% else %} {% endfor %}
Thread Started by Posts Last activity
{{ thread.title }} {% if thread.is_pinned %} · pinned{% endif %} {% if thread.is_locked %} · locked{% endif %} {{ thread.created_by_name }} {{ thread.post_count }} {% if thread.last_post_at %} {{ thread.last_post_at }}{% if thread.last_post_by %} · {{ thread.last_post_by }}{% endif %} {% else %} No replies yet {% endif %}
No threads matched your filters in this topic.
{% endblock %}