{% if message['user-account']['username'] %}
{{ message['user-account']['username']['id'] }}
{% else %}
{{ message['user-account']['id'] }}
{% endif %}
{% if message['reply_to'] %}
{% if message['reply_to']['user-account']['username'] %}
{{ message['reply_to']['user-account']['username']['id'] }}
{% else %}
{{ message['reply_to']['user-account']['id'] }}
{% endif %}
{{ message['reply_to']['content'] }}
{% if message['reply_to']['translation'] %}
{{ message['reply_to']['translation'] }}
{% endif %}
{% for tag in message['reply_to']['tags'] %}
{{ tag }}
{% endfor %}
{{ message['reply_to']['full_date'] }}
{#
#}
{% endif %}
{% if message['images'] %}
{% for message_image in message['images'] %}
{% endfor %}
{% endif %}
{% if message['files-names'] %}
{% for file_name in message['files-names'] %}
{{ file_name }}
{% endfor %}
{% endif %}
{{ message['content'] }}
{% if message['translation'] %}
{{ message['translation'] }}
{% endif %}
{% for reaction in message['reactions'] %}
{{ reaction }} {{ message['reactions'][reaction] }}
{% endfor %}
{% if message['thread'] %}
{% endif %}
{% for tag in message['tags'] %}
{{ tag }}
{% endfor %}