{% import 'macro/pages.html' as macro_pages %} {# This snippet shows a table using the list user_tests as input #} {% if user_test_count == 0 %}

No user tests found.

{% else %} {{ macro_pages.selector(page_url, user_test_page, user_test_pages) }} {% for ut in user_tests|sort(attribute="timestamp")|reverse %} {% include "fragments/user_test_row.html" %} {% endfor %}
Time User Task Status User input Files
{% endif %}