{% load spirit_tags i18n %}
{% for t in topics %}
{{ t.fields.main_category_name }}
{{ t.fields.comment_count }}
{{ t.fields.last_active|shortnaturaltime }}
{% endfor %}