{% extends 'pgp/base.html' %} {% block content %} {% if perms.pgp.add_publickey %} Add public key {% endif %} {% if publickey_list %} {% else %}

No public key has been published.

{% endif %} {% endblock %}