{% extends "eukalypse_now/root.html" %} {% block base_nav %} {% endblock %} {% block base_content %}

Projects

{% for project in projects %}

{{project}}

{% empty %}
no testresults yet! go to the admin interface and create tests. afterwards run the tests!
{% endfor %} {% endblock %}