Back
{% set participants = d2_other_participants(thread, thread.createdBy) %}
Chat stared by {{ thread.createdBy.customer.firstname }} {{ thread.createdBy.customer.lastname }} with {{ participants }} on the {{ thread.createdAt|date("Y/m/d") }} at {{ thread.createdAt|date("H:i") }}.
{% endblock page_header %}
{% block content %}
{% for message in messages %}
{% set msg_ago = d2_message_get_ago(message.createdAt) %}
{% endfor %}