{% extends "base.html" %} {% block title %}{{ display_name }} — {{ community_name }} — Multithreaded{% endblock %} {% block head %}{% endblock %} {% block header %}{% include "partials/site_header.html" %}{% endblock %} {% block content %}
| Thread | Type | When |
|---|---|---|
| {{ a.thread_title }} in {{ a.category_name }} | {% if a.is_thread_author %}started{% else %}replied{% endif %} | {{ a.timestamp }} |