{% extends "hosting/base_short.html" %} {% load staticfiles bootstrap3 i18n %} {% block content %}

{% trans "Virtual Machines"%}

{% trans "Create VM"%}


{% for vm in vms %} {% endfor %}
{% trans "ID"%} {% trans "Amount"%} {% trans "Status"%}
{{vm.vm_id}} {{vm.price}} CHF {% if vm.state == 'ACTIVE' %} {{vm.state}} {% elif vm.state == 'POWEROFF' %} {{vm.state}} {% else %} {{vm.state}} {% endif %}
{% if is_paginated %} {% endif %}
{%endblock%}