{% extends "django_pgpmailman/base.html" %} {% load i18n %} {% load pagination %} {% block head_title %} {% trans 'PGP List Index' %} - {{ block.super }} {% endblock %} {% block content %}
{% trans 'List name' %} | {% trans 'Post address' %} | {% trans 'Key fingerprint' %} | {% trans 'Description' %} |
---|---|---|---|
{{ mlist.display_name }} {% if user.is_superuser and not mlist.settings.advertised %} ({% trans 'unadvertised' %} *){% endif %} | {{ mlist.fqdn_listname }} | {{ pgp_list.pubkey.fingerprint }} | {{ mlist.settings.description }} |
{% trans 'There are currently no PGP enabled mailing lists.' %}
{% endif %} {% endblock content %}