{% extends "hosting/base_short.html" %} {% load staticfiles bootstrap3 i18n %} {% block content %}
{% csrf_token %}

{% trans "Access Key"%}

{% if messages %}
{% for message in messages %} {{ message }} {% endfor %}
{% endif %} {% for field in form %} {% bootstrap_field field %} {% endfor %} {% buttons %}

{% trans "Or generate a new key pair."%}

{% endbuttons %}
Use your created key to access to the machine. If you lost it, contact us.
{% if private_key %}
{% trans "Warning!"%}{% trans "You can download your SSH private key once. Don't lost your key"%}
{% endif %}
{% if private_key %} {%endif%} {% if next_url %} {% endif %} {%endblock%}