{% extends "layout/navigation.html" %} {* vim: set et ai ts=2 sw=2 enc=utf-8: *} {% block "title" %}{% trans "Search" %}{% endblock %} {% block "trace" %} » {% trans "Search" %} {% endblock %} {% block "content" %}
{% trans "Threads" %} | {% trans "Posts/Views" %} | {% trans "Last Post" %} |
---|---|---|
{{ thread.title|e }} {% trans "by" %} {% if thread.author.registered %} {{ thread.author.username|e }} {% else %} {{ thread.author.username|e }} {% endif %} | {{ thread.post_count }}/{{ thread.view_count }} | {% trans "by" %} {% if thread.last_post.author.registered %} {{ thread.last_post.author.username|e }} {% else %} {{ thread.last_post.author.username|e }} {% endif %} ({{ thread.last_post.timestamp|timedeltaformat }}) |
{% trans "No threads found" %} |