{% for text_content in text_contents %}
{% if text_content.url %} {% include "icons/globe_icon.html" %} {% elif text_content.file_info %} {% include "icons/document_icon.html" %} {% else %} {% include "icons/chat_icon.html" %} {% endif %}

{{ text_content.text }}

{{ text_content.created_at | datetimeformat(format="short", tz=user.timezone) }}

{{ text_content.instructions }}

{% endfor %}