{% call m_user_link(thread.creator) %}
{{ m_user_photo(thread.creator, size=40) }}
{% endcall %}
{{ thread.title }}
{{ _("Posted by") }}
{{ m_user_link(thread.creator) }}
{{ thread.created_at | age(date_threshold='day') }}
{%- if is_closed %} {%- endif %}
{{ m_post_edit_link(post) }}
{{ m_post_content(thread.posts[0]) }}
- {{ _('created') }}
{% call m_user_link(thread.creator) %} {{ m_user_photo(thread.creator, size=22) }} {% endcall %} {{ activity_time_format(thread.created_at) }}
{% set replies = thread.posts %}
{% if replies|length > 1 %}
-
{{ _('last reply') }}
{% call m_user_link(replies[-1].creator) %} {{ m_user_photo(replies[-1].creator, size=22) }} {% endcall %} {{ activity_time_format(replies[-1].created_at) }}
{% endif %}
-
{{ thread.posts|length-1 }}
{{ _('replies') }} -
{% if views[thread] %}
{{ views[thread] }}
{% else %}
0
{% endif %}
{{ _('views') }} -
{{ participants|length }}
{{ _('participants') }} - {% for user in thread.get_frequent_posters(4) %} {% call m_user_link(user) %} {{ m_user_photo(user, size=32) }} {% endcall %} {% endfor %}
{% if frequent_posters %}
{% endif %} {% if is_manager %} {{ show_all_viewers(viewers) }} {% endif %}
{{ _('Frequent Posters') }}
{% for user in frequent_posters %} {% call m_user_link(user) %} {{ m_user_photo(user, size=32) }} {% endcall %} {% endfor %} {% endif %} {% if frequent_posters and is_manager %}{% endif %} {% if is_manager %} {{ show_all_viewers(viewers) }} {% endif %}
{%- endif %}
-
{%- for post in thread.posts[1:] %}
- {{ m_post(post) }} {%- endfor %}
{% call m_user_link(current_user) %}
{{ m_user_photo(current_user, size=40) }}
{% endcall %}