{% load i18n %} {% get_current_language as LANGUAGE_CODE %} {% if instances %} {% for i in instances %}
  • {{i.name|truncatechars:20}}
    {{i.state}}
    {% if i.state == 'ACTIVE' %} {% trans {% trans {% trans ↺ {% endif %} {% if i.state == 'PENDING' %} {% trans "starting…" %} {% endif %} {% if i.state == 'SUSPENDED' %} {% trans {% trans {% endif %} {% if i.state == 'FAILED' %} {% trans {% endif %}
    • {% trans "Hostname" %}: {{i.name}}
    • {% trans "System" %}: {{i.template.disk.name}}
    • {% trans "Size" %}: {{i.template.instance_type.name}}
    • {% trans "Created at" %}: {{i.created_at}}
    • {% trans "Expiration" %}: 1 nap
    •  {% trans "More details" %}
  • {% endfor %} {% else %}

    {% trans "You have not started any machines yet." %}

    {% trans "Choose a template, and you can use the system in a minute." %}

    {% endif %}