{% load static %} My VMs

My Limits

  • You have: {{ info.vm_count }} Virtual Machines
  • VM limit: {{ info.max_vm }}

List of VMs

{% for vm in info.vm_list %} {% endfor %}
VM ID VM Name UserID Name Status Exp.Date OS Actions Delete
{{ vm.vmid }} {{ vm.vm_name }} {{ vm.user_id }} {{ vm.user_name }} {{ vm.status }} {{ vm.end_date }} {{ vm.os }} {% if vm.vmid in info.expire_list %}
{% csrf_token %}
{% endif %}
{% csrf_token %}