{% load i18n %} {% load instance_tags %}

{% trans "VMs" %}

{% for i in instances %} {{ i.name }} {{ i.short_hostname }}
{% if i.fav %} {% else %} {% endif %}
{% empty %}
{% trans "You have no virtual machines." %}
{% trans "Use the new button to start a new VM" %}
{% endfor %}