Actions
{% if vm['qmpstatus'] == 'stopped' %}
{% if not usage_check %}
{% else %}
Insufficient resources to start VM.
{% endif %}
{% endif %}
{% if vm['qmpstatus'] == 'paused' %}
{% endif %}
{% if vm['qmpstatus'] == 'running' or vm['qmpstatus'] == 'paused' %}
{% if vm['qmpstatus'] == 'running' %}
{% endif %}
{% endif %}
{% if vm['qmpstatus'] == 'stopped' %}
{% else %}
To delete VM, power it off.
{% endif %}