{% load i18n %} {% load aa_forum_datetime %} {% load aa_forum_search %} {% load aa_forum_template_variables %} {% load aa_forum_user %}
{% set_template_variable message_author = message.user_created %}
{% 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|forum_time }} by {{ message.user_updated|main_character_name }} »
{% endif %} {% if message_author.aa_forum_user_profile %} {% if message_author.aa_forum_user_profile.signature %} {% endif %} {% endif %}