{% extends "layout.html" %} {% block title %}Welcome{% endblock %} {% block body %}
| {{ cloud.label }} |
|
| {{ cloud.label }} (Test ID: {{ test.id }} ) |
{% if test.finished %}
{% else %}
{% endif %}
|