{{ msg.sender_display_name }} {% if msg.created_at %} {% endif %}
{% if msg.text %}
{{ msg.text | render_md | safe }}
{% endif %} {% if msg.attachment %}
{{ msg.attachment.name }} Download
{% endif %} {% if msg.buttons %}
{% for row in msg.buttons %}
{% for button in row %}
{% endfor %}
{% endfor %}
{% endif %}