{% extends '_object_import.html' %} {% load i18n %} {% block modal-body-right %}
{% trans "Public keys can be imported if they are in Privacy Enhanced Mail (PEM) format." %}
{% trans "Your PEM formatted key will look something like this:" %}
-----BEGIN PUBLIC KEY-----{% endblock %}
<base64-encoded data>
-----END PUBLIC KEY-----