{% if message.conversation.from_user_id == message.user_id %} {{ message.user.username }} {% endif %} {{ message.date_created|format_date("%d %B %Y - %H:%M") }} {{ message.message|markup|safe }} reply {% if message.conversation.from_user_id != message.user_id %} {{ message.user.username }} {% endif %}