{% extends "layout/navigation.html" %} {* vim: set et ai ts=2 sw=2 enc=utf-8: *} {% block "html/head" %} {% endblock %} {% block "bodytag" %} onload="jumpToActivePost('post-%d', {{ topic.posts.0.post_id }})"{% endblock %} {% block "title" %}{% trans "View Topic" %} - {{ topic.title|e }}{% endblock %} {% block "trace" %} {% for item in pathbar %} » {{ item.name|e }} {% endfor %} {% endblock %} {% block "content" %}

{{ topic.title|e }}

{% trans "Created by" %} {% if thread.author.registered %} {{ thread.author.username|e }} {% else %} {{ thread.author.username|e }} {% endif %} {% trans "on" %} {{ thread.timestamp|datetimeformat }} ({{ thread.timestamp|timedeltaformat }})
{% define posts topic.posts %} {% for post in posts %} {% include "partial/post.html" %} {% endfor %}
{% endblock %}