{{ title }}
| {{ _('Name') }} | {{ _('Threads') }} | {{ _('Last Post') }} |
|---|---|---|
{{ forum.name }}{{ forum.description|safe }} |
{{ forum.thread_count }} |
{% if forum.last_post %}
{{ datetimeformat(forum.last_post.created) }}
{{ _('by {username}')|fe(profile_url=profile_url(forum.last_post.author), username=display_name(forum.last_post.author)) }} {% else %} {# Not localized because it's not worth localizers time. #} No posts. {% endif %} |
There are no forums. You should create some!
{% endif %}