{{ _('{d} Discussion')|f(d=document.title) }}
{% if threads.object_list %}| {{ _('Type') }} | {{ _('Title') }} | {{ _('Author') }} | {{ _('Replies') }} | {{ _('Last Post') }} |
|---|---|---|---|---|
|
{% if thread.is_locked %}
|
{{ thread.title }} | {{ 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 %}