{% extends "forum/base.html" %} {% load i18n %} {% block forum_content %}
| {% trans "Forum" %} | {% trans "Threads" %} | {% trans "Replies" %} | Last Thread |
|---|---|---|---|
| {{ child }} | {{ child.thread_counter }} | {{ child.reply_counter }} | {{ child.last_thread|default:"-" }} |
| {% trans "Title" %} | {% trans "Author" %} | {% trans "Replies" %} | {% trans "Views" %} |
|---|---|---|---|
| {{ thread }} | {% with thread.author as thread_author %} {{ thread_author }} {% endwith %} | {{ thread.replies_counter }} | {{ thread.views_counter }} |
| {% trans "No threads found." %} | - | - | - |