{% load i18n %} {% load aa_forum %}
{% aa_forum_template_variable message_author = message.user_created %}
{% include "aa_forum/partials/forum/topic/message-author.html" %}
{% include "aa_forum/partials/forum/topic/message-author.html" %}
{% if topic.first_message.pk != message.pk %} {% translate "Re:" %} {% endif %} {{ topic.subject }}
« {% translate "on:" %} {{ message.time_posted|aa_forum_time }} »
{% 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|aa_forum_highlight_search_term:search_term }} {% else %} {{ message.message|safe }} {% endif %}
{% if message.user_updated %}
« {% translate "Last modified:" %} {{ message.time_modified|aa_forum_time }} by {{ message.user_updated|aa_forum_main_character_name }} »
{% endif %} {% if message_author.aa_forum_user_profile %} {% if message_author.aa_forum_user_profile.signature %} {% endif %} {% endif %}