{% extends "layout.html" %} {% block title %}Welcome{% endblock %} {% block body %}
Clouds
{% for cloud in clouds %} {% endfor %}
{{ cloud.label }}
Tests
{% for cloud in clouds %} {% for test in cloud.tests %} {% endfor %} {% endfor %}
{{ cloud.label }} (Test ID: {{ test.id }} )
{% if test.finished %} {% else %} {% endif %}
{% endblock %}