{% 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 public key, the private key will also be generated, and vice versa." %}

{% trans "You can find the corresponding private key on the " %}Private Keys {% trans "page." %}

{% endblock %}