{% extends "base.html" %} {% load i18n %} {% block js %} {% endblock %} {% block content %}

{{name}}

{% if state == "PENDING" or state == "ACTIVE" and booting %}

{% trans "The machine is starting..." %}

{% csrf_token %}
<-

{% elif state == "ACTIVE" and not booting %}

{% trans "Connect" %}

{% csrf_token %}
<-

{% elif state == "STOPPED" %}

{% trans "The machine is stopped" %}

{% csrf_token %}
<-

{% endif %} {% if state == "DONE" %}

{% trans "The machine deleted" %}

⌫

{% endif %} {% if state == "FAILED" %}

{% trans "Unexpected error occured" %}

{% csrf_token %}
⌫

{% endif %} {% if state == "STOPPPED" %}

> ⌫

{% endif %}

{% trans "Login credentials" %}

{% trans "Protocol" %}: {{i.template.access_type|upper}}
{% trans "IP" %}: {{ i.firewall_host.pub_ipv4}}
{% trans "Port" %}: {{ i.get_port}}
{% trans "Username" %}: cloud
{% trans "Password" %}: {{ i.pw }}

Portok kezelése

{% csrf_token %} {% for port in ports %} {% endfor %}
{% trans "Protocol" %} {% trans "Public port" %} {% trans "Private port" %}
{{port.proto}} {{port.public}} {{port.private}} {% trans "Delete" %}

Virtuális gépek

{% endblock %}