{{ thread.title }}
{{ _("by") }}
{{ author_name }}
–
{%- trans date=thread.created_at|dateformat('long'),
time=thread.created_at|timeformat('short')
%}{{ date }} at {{ time }}{%- endtrans %}
{{ thread_length-1 }} commentaires
{%- if thread_length > 1 %}
{% set last_post_creator = thread.posts[-1].creator %}
{{ _("Last comment by") }}
{{ last_post_creator.name }}
{%- endif %}