{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% block modal-body-right %}

{% trans "Check your key manager to see which algorithms and bit lengths are supported." %}

{% trans "A key pair consists of a private key and a public key. When you generate a private key, the public key will also be generated, and vice versa." %}

{% trans "You can find the corresponding public key on the " %}Public Keys {% trans "page." %}

{% endblock %}