{% extends "base.html" %} {% load staticfiles %} {% load bootstrap4 %} {% block extrahead %} {{block.super}} {% endblock %} {% block content %}

Overview

Owner {{ booking.owner }}
Collaborators {{ collab_string}}
Project {{ booking.project }}
Purpose {{ booking.purpose }}
Start Time {{ booking.start }}
End Time {{ booking.end }}
Lab Deployed At {{ booking.lab }}

Deployment Progress

These are the different tasks that have to be completed before your deployment is ready. If this is taking a really long time, let us know here!

{% for host in statuses %} {% endfor %}
Resource Status
{% if host.status is 'Success' %}
{% elif host.status is 'InProgress' %}
{% else %}
{% endif %}
{{ host.hostname }} {{ host.status }}
{% endblock content %}