{% include "../header.html" %}
Participating hot threads
    {% for thread in threads %}
  • {% for forum in threadForums %} {% if forum.id == thread.forum_id %} {{ forum.name }} {% endif %} {% endfor %} {{ thread.title }}
    {{ thread.posts }} replies
  • {% endfor %}
{% include "../footer.html" %}