{% load i18n %}
{% if not category_instance %}{{ thread.category }}
{% endif %}
{% comment %}{% with num_posts=thread.num_posts|add:"-1" %}{{ num_posts }} answer{{ num_posts|pluralize }}{% endwith %}{% endcomment %}
{% blocktrans with num_posts=thread.num_posts|add:"-1" plural=thread.num_posts|add:"-1"|pluralize %}
{{ num_posts }} answer{{ plural }}.
{% endblocktrans %}
{% blocktrans with thread_date=thread.modified|timesince thread_author=thread.get_last_post.author %}Since {{ thread_date }} - By {{ thread_author }}{% endblocktrans %}
{% empty %}