{% translate 'Import SSH Keys' %}

{% translate 'Import External SSH Keys' %}

{% translate 'You can import SSH keys into your account from your client desktop' %}

{% if form.errors %}
{% for error in form.non_field_errors %} {{ error|escape }} {% endfor %} {% for field in form %} {% for error in field.errors %} {{ error|escape }} {% endfor %} {% endfor %}
{% endif %} {% if messages %} {% for message in messages %} {% if message.tags == "success" %} {% else %}
{{ message }}
{% endif %} {% endfor %} {% endif %}
{% csrf_token %}

{% translate 'Enter the private key. You may copy the content of the private key file and paste it here ' %}

{% translate 'Enter the public key. You may copy the content of the public key file and paste it here' %}

{% include "copyright.html" %}