{% load aa_forum_template_variables %} {% load i18n %} {% load static %}
{{ topic.subject }}
{% if topic.has_unread_messages %}
{% endif %}
{% if topic.is_sticky %}
{% endif %}
{% if topic.is_locked %}
{% endif %}
{% translate "Started by" %} {{ topic.first_message.user_created|main_character_name }}