{% extends "base.html" %} {% block body %}
You have reached your limit for the following resources:
Before you can create any more VMs, you must first either power off (CPU/Memory) or delete (Disk) existing VMs until you have enough resources available.
{% else %} {% endif %}CPU: {{ usage['cpu'] }}/{{ limits['cpu'] }} Cores
Memory: {{ usage['mem'] }}/{{ limits['mem'] }} GB
Disk: {{ usage['disk'] }}/{{ limits['disk'] }} GB