{% if msg.reply_to_id %}
{% endif %}
{{ msg.source_label }}
{% if msg.image_urls %} {% for image_url in msg.image_urls %}
Attachment
{% endfor %} {% elif msg.image_url %}
Attachment
{% endif %} {% if not msg.hide_text %}

{{ msg.display_text|default:"(no text)" }}

{% else %} {% endif %} {% if msg.edit_count %}
Edited {{ msg.edit_count }} time{% if msg.edit_count != 1 %}s{% endif %}
    {% for edit in msg.edit_history %}
  • {% if edit.edited_display %}{{ edit.edited_display }}{% else %}Unknown time{% endif %} {% if edit.actor %} · {{ edit.actor }}{% endif %} {% if edit.source_service %} · {{ edit.source_service|upper }}{% endif %}
    {{ edit.previous_text|default:"(empty)" }} {{ edit.new_text|default:"(empty)" }}
  • {% endfor %}
{% endif %} {% if msg.reactions %}
{% for reaction in msg.reactions %} {{ reaction.emoji }} {% endfor %}
{% endif %}

{{ msg.display_ts }}{% if msg.author %} · {{ msg.author }}{% endif %} {% if msg.is_edited %} edited {% endif %} {% if msg.is_deleted %} deleted {% endif %}