{% extends "eukalypse_now/root.html" %} {% block base_nav %} {% endblock %} {% block base_content %}
| # | 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 %} |