{% if instances %} {% for i in instances %}
  • {{i.name|truncatechars:20}}
    {{i.state}}
    {% if i.state == 'ACTIVE' %} connect pause delete ↺ {% endif %} {% if i.state == 'PENDING' %} indítás... {% endif %} {% if i.state == 'SUSPENDED' %} resume delete {% endif %} {% if i.state == 'FAILED' %} delete {% endif %}
  • {% endfor %} {% else %}

    Még nem indított egy gépet sem.

    Válasszon sablont, és iziben használhatja a kiválasztott rendszert.

    {% endif %}