{% extends "hyperkitty/base.html" %} {% load i18n %} {% load hk_generic %} {% block head_title %} {{ message.subject }} - {{ mlist.display_name|default:mlist.name }} - {{ block.super }} {% endblock %} {% block content %}

{{ message.subject }}

{% include 'hyperkitty/messages/message.html' with email=message unfolded='True' %}
{% include 'hyperkitty/messages/right_col.html' %}
{% endblock %}