{% extends "base.html" %} {% load i18n %} {% load svtopmenu %} {% block title %} {{group.svgroupinfo.get_full_name_display}} - {% trans "Summary" %}{% trans ": " %}{{title}} {% endblock %} {% block icon %}keys{% endblock %} {% block topmenu %} {% svtopmenu "group" %} {% endblock %} {% block content %} {% if gpgkeyring %}
{% trans "Below is the content of this project's keyring. These are the successfully registered keys of project members." %}
$ gpg --list-keys{% url savane:svmain:group_gpgkeyring_download group.name as url_download %}
{{ gpgkeyring }}
{% blocktrans with ''|safe as begin_link and '' as end_link and 'gpg --import <file>' as command %}You can {{begin_link}}download the keyring{{end_link}} and import it with the command {{command}}{% endblocktrans %}
{% else %} {% trans "They GPG Keyring of the project is empty, no keys were registered" %} {% endif %} {% endblock %} {% comment %} Local Variables: ** mode: django-html ** tab-width: 4 ** indent-tabs-mode: nil ** End: ** {% endcomment %}