{% load i18n %} {% load static %} {% load aa_forum %}
{% if topic.has_unread_messages %} {% else %} {% endif %}

{{ topic.subject }} {% if topic.has_unread_messages %} {% translate "New" %} {% endif %}
{% if topic.is_sticky %} {% endif %} {% if topic.is_locked %} {% endif %} {% translate "Started by" %} {{ topic.first_message.user_created|aa_forum_main_character_name }}