{% include "dashboard/vm-detail/_operations.html" %}
{{ instance.name }}
{% 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 %}