{{ thread.title }}
(#{{ thread.id }})
[{{ thread.pub_time }}]
[{% trans "View" %}]
{{ thread.text|truncatechars:300 }}
{{ thread.text|truncatechars:300 }}
{% extends "base.html" %} {% load i18n %} {% block content %} {% if threads %} {% for thread in threads %}