{% import "utils.jinja" as utils %}
{%- set level = 'warning' if existing_vm.is_evacuating else 'info' -%}
You already have VM
{{ existing_vm.host }}.
{%- if existing_vm.is_evacuating -%}
Currently it is evacuating from host, check your mail for QYP alerts.
{%- else -%}
You can either start it with the spawn button or deallocate it at
QYP and refresh this page.
{%- endif -%}
{%- if not existing_vm.is_evacuating -%}
{%- endif -%}