{% extends "hyperkitty/base.html" %} {% load i18n %} {% load gravatar %} {% load hk_generic %} {% block head_title %} {% trans "Error: private list" %} - {{ mlist.display_name|default:mlist.name }} - {{ block.super }} {% endblock %} {% block content %}

{% trans "This mailing list is private. You must be subscribed to view the archives." %}

{% endblock %}