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

Projects

{% for project in projects %}
{{ project }}
graph-{{ project.id }}
{% for testrun in project.list_testrun_for_overview %} {% endfor %}
# Datum
{{ forloop.counter }} {{ testrun.created|date:"d. F Y" }} um {{ testrun.created|date:"H:i" }} Uhr {% if testrun.total_noerror %} {{ testrun.total_noerror }} {% endif %} {% if testrun.total_error_handelt %} {{ testrun.total_error_handelt }} {% endif %} {% if testrun.total_error_nohandelt %} {{ testrun.total_error_nohandelt }} {% endif %}
{% empty %}
no testresults yet! go to the admin interface and create tests. afterwards run the tests!
{% endfor %}
{% endblock %} {% block "foot_js" %} {% endblock "foot_js" %}