{% load aa_forum_search %} {% load aa_forum_template_variables %} {% load aa_forum_user %} {% load evelinks %} {% load i18n %}
{% set_template_variable message_author = message.user_created %}
{% if not forloop.first %} {% translate "Re:" %} {% endif %} {{ topic.subject }}
« {% translate "on:" %} {{ message.time_posted|date }}, {{ message.time_posted|time:"G:i:s" }} »
{% if not search_term %}
{% if message_author == request.user or perms.aa_forum.manage_forum %} {% endif %}
{% include "aa_forum/modals/forum/topic/message-delete.html" %} {% endif %}
{% if search_term %} {{ message.message|highlight_search_term:search_term }} {% else %} {{ message.message|safe }} {% endif %}
{% if message.user_updated %}
« {% translate "Last Modified:" %} {{ message.time_modified|date }}, {{ message.time_modified|time:"G:i:s" }} by {{ message.user_updated|main_character_name }} »
{% endif %}