{{ thread.title }}
{{ _("by %(creator)s", creator=m_user_link(thread.creator)) }}
–
{{ thread.created_at | age(date_threshold='day') }}
{%- if thread.closed %} {%- endif %}
{{ thread_length-1 }} commentaires
{%- if thread_length > 1 %}
{% set last_post_creator = thread.posts[-1].creator %}
{{ _("Last comment by %(creator)s", creator=m_user_link(last_post_creator)) }}
{%- endif %}