{% load sizeformat %} {% load i18n %}
{% trans "Name" %} | {% trans "Size" %} | {% trans "State" %} | {% trans "Actions" %} | |
---|---|---|---|---|
{{ instance.name }} | {{ instance.full_flavor.ram|mbformat }} Ram | {{ instance.full_flavor.vcpus }} VCPU | {{ instance.full_flavor.disk }}GB Disk | {{ instance.status|lower|capfirst }} |
More
|