{% extends 'pybb/base.html' %} {% load pybb_tags i18n %} {% block title %}{{ forum.name }}{% endblock title %} {% block breadcrumb %} {{ block.super }} » {% pybb_link forum.category %} » {{ forum }} {% endblock %} {% block content %}
{% trans "Topic" %} | {% trans "Posts" %} | {% trans "Views" %} | {% trans "Last post" %} |
---|---|---|---|
{{ topic.name }} {% if topic.sticky %} [{% trans "Sticky" %}] {% endif %} {% if topic.closed %} [{% trans "Closed" %}] {% endif %} | {{ topic.post_count }} | {{ topic.views }} | {% if topic.updated %} {{ topic.updated|date:"d.m.Y H:i" }} {% endif %} |