{{ _('{l} Knowledge Base Discussions')|f(l=locale_name) }}
{% if user.is_authenticated %} {% endif %} {% if threads.object_list %}| {{ _('Watch') }} | {% endif %}{{ _('Title') }} | {{ _('Author') }} | {{ _('Replies') }} | {{ _('Last Post') }} |
|---|---|---|---|---|
| {% endif %} |
{% trans thread_url=thread.get_absolute_url(),
thread_title=thread.title,
document_discussion_url=url('wiki.discuss.threads',thread.document.slug),
document=thread.document %}
{{ thread_title }} in {{ document }} {% endtrans %} |
{{ display_name(thread.creator) }} | {{ thread.replies }} |
{{ datetimeformat(thread.last_post.created) }}
{{ _('by {username}')|fe(profile_url=profile_url(thread.last_post.creator), username=display_name(thread.last_post.creator)) }} |
{{ _('There are no threads. Maybe you should create some!') }}
{% endif %}