{% load i18n ksp_filters %}
{% for msg in msgs %}
{{msg.subject}}
{% trans 'Published on' %} {{msg.publish_on}}
{{msg.body|safe}}
{% endfor %}