{%- if msg.extra.retracted %} {% trans %}This message has been retracted.{% endtrans %} {% else %} {{- msg.html or (msg.text|e|urlize|safe) -}} {% endif -%}
{#{{ icon('share', cls='icon is-small action-button', id='msg_share_{{msg.id}}') }} #}
{{ icon('smile', cls='icon is-small action-button reaction-button', id='msg_actions_{{msg.id}}') }}
{{ icon('dot-3', cls='icon is-small action-button extra-button', id='msg_actions_{{msg.id}}') }}
{% if msg.extra.reactions is defined %}
{% set reactions = msg.extra.get("reactions") %}
{% include 'chat/reactions.html' %}
{% endif %}
{% if msg.attachments %}
{% endif %}