{% if instance.node and not instance.node.online %}
{% if user.is_superuser %}
{% blocktrans with name=instance.node.name %}
The node {{ name }} is missing.
{% endblocktrans %}
{% else %}
{% trans "Currently you cannot execute any operations because the virtual machine's node is missing." %}
{% endif %}
{% endif %}
{{ instance|get_status_display|upper }}
{% trans "Connection details" %}
{% trans "Protocol" %}
{{ access_method|upper }}
{% trans "Host" %}
{% if connection_port %}
{{ connection_host }}:{{ connection_port }}
{% else %}
{% trans "The VM doesn't have any public network interface." %}
{% endif %}
{% if instance.ipv6 and instance.get_connect_port %}