{% block vdc_pool %} {% if deploy.enabled == False %}
{% if deploy.enabled == True %}
{% if status[deploy.machine_id] == 'running' %}
{% else %}
{% endif %}
{% endif %}
{% if deploy.enabled == False %}
{% else %}
{% if deploy.warning == True %}
{% else %}
Date Created: {{ moment(deploy.date_created).format('lll') }}
{% if deploy.period == 1 %}
{{ deploy.period }} month payment cycle
{% else %}
{{ deploy.period }} months payment cycle
{% endif %}
State: {{ status[deploy.machine_id] }}
Protected: {{ deploy.protected }}