{% extends "layout.html" %} {% block body %}

{{ event.name }}

More information about the event can be found here: {{event.testday_url}}
Go back to List of Events.

Results

Clicking on the testcase name will show you the appropriate "how to test" page.
Click on the Enter result button, to enter result.
Note: results are cached and realoaded from the database each 10 seconds.
{% for category in event.categories %}

{{category.name}}

{% for testcase in category.testcases %} {% endfor %} {% for testcase in category.testcases %} {% endfor %} {% for line in results[category.id] %} {% for results in line['results'] %} {% endfor %} {% endfor %}
Username {{category.col_1_name or "Profile"}} {{testcase.name}} Comments
{% if testcase.name in profile.filled %} Already entered {% else %} Enter result {% endif %}
{{line['username']}} {{line['profile']}} {% for result in results %} {%- if result[0] == 'PASSED' -%} {%- elif result[0] == 'FAILED' -%} {%- elif result[0] == 'INFO' -%} {%- else -%} {{ result[0] }} {%- endif -%} {%- if result[1] -%} [{{result[1]}}] {% endif %} {% endfor %} {% for comment in line['comments'] %} {{loop.index}}. {% for bug in comment[0] %} #{{bug}}, {% endfor %} {{comment[1]}} {% if comment[0] or comment[1] %}
{% endif %} {% endfor %}
{% endfor %} {% endblock %} {% block footer %}
Wiki Metadata
{% endblock %}