{% for batch in batches %}

{{ batch }}

{% for message in batches[batch] %}

{{ frappe.utils.md_to_html(message.message) }}

By {{message.author}}

{{ frappe.utils.format_datetime(message.creation, "medium") }}
{% endfor %}
{% endfor %}