{% extends "misago/base.html" %} {% load humanize i18n misago_avatars misago_stringutils %} {% block title %}{{ thread }}{% if page.number > 1 %} ({% blocktrans with page=page.number %}Page {{ page }}{% endblocktrans %}){% endif %} | {{ block.super }}{% endblock title %} {% block meta-description %}{% if thread.first_post.is_valid %}{{ thread.first_post.short|striplinebreaks }} {% endif %}{% blocktrans trimmed with replies=thread.replies started=thread.started_on|date last_post=thread.last_post_on|date count counter=thread.replies %} {{ replies }} reply since {{ started }}. Last post on {{ last_post }}. {% plural %} {{ replies }} replies since {{ started }}. Last post on {{ last_post }}. {% endblocktrans %}{% endblock meta-description %} {% block content %}