{{ message.author.display_name }}
{{ message.created_at|date:"H:i" }}
{% if message.author_id == active_profile.id and message.is_read %}Lu{% endif %}
{{ message.body|linebreaksbr }}
{% if message.reaction %}{{ message.reaction }}
{% endif %}
{% for value, label in reaction_choices %}
{% endfor %}