{% extends "hosting/base_short.html" %} {% load staticfiles bootstrap3 i18n %} {% block content %}
{% csrf_token %} {% if messages %}
{% for message in messages %} {{ message }} {% endfor %}
{% endif %} {% for field in form %} {% bootstrap_field field %} {% endfor %} {% buttons %}

{% trans "Use your created key to access to the VM" %}.

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

{% endbuttons %}
{% if private_key %}
{% trans "Warning!"%}{% trans "You can download your SSH private key once. Don't loose your key" %}
{% endif %}
{% if private_key %} {%endif%} {% if next_url %} {% endif %} {%endblock%}