{% import 'components/avatar.html' as avatar with context %} {% if chat_type == "group" %} {% set own_msg = msg.from_==own_local_jid %} {% else %} {% set own_msg = msg.from_|bare_jid==own_local_jid|bare_jid %} {% endif %}
{%- if msg.extra.retracted %} {% trans %}This message has been retracted.{% endtrans %} {% else %} {{- msg.html or (msg.text|e|urlize|safe) -}} {% endif -%}