{% trans "Modify the virtual machine to suit your needs (optional)" %}
{% trans "Change the name and description" %}
{% trans "Change the resources (CPU and RAM)" %}
{% trans "Attach or detach disks" %}
{% trans "Add or remove network interfaces" %}
{% trans "Deploy the virtual machine" %}
{% trans "Connect to the machine" %}
{% trans "Do all the needed installations/customizations" %}
{% trans "Log off from the machine" %}
{% trans "Press the Save as template button" %}
{% trans "Delete this virtual machine (optional)" %}
{% endif %}
{% include "dashboard/vm-detail/_operations.html" %}
{{ instance.name }}
{{ instance.primary_host.get_fqdn }}
{{ instance.get_status_display|upper }}
{% trans "Connection details" %}
{% trans "Protocol" %}
{{ instance.access_method|upper }}
{% trans "Host" %}
{% if instance.get_connect_port %}
{{ instance.get_connect_host }}:{{ instance.get_connect_port }}
{% else %}
{% trans "The required port for this protocol is not forwarded." %}
{% endif %}