{% extends "django_pgpmailman/base.html" %} {% load i18n %} {% block head_title %} {% trans 'PGP List' %} - {{ block.super }} {% endblock %} {% block content %} {% with mlist=pgp_list.mlist %} {% include 'django_pgpmailman/list/nav.html' with nav_tab='info' %}

{{ mlist.settings.description }}

{% if mlist.settings.info %}

{{ mlist.settings.info }}

{% endif %} {% endwith %} {% endblock content %}