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

Structure Tests

{% if session.admin %}
{% endif %} {% for structure_test in structure_tests %} {% endfor %}
Name Description Active Added Participation
{% if session.admin %} {{ structure_test.name }} {% else %} {{ structure_test.name }} {% endif %} {{ structure_test.description}} {{ structure_test.active }} {{ structure_test.added }} {% set percentage = (structure_test.participation / worker_count * 100) | round(2) %} {{ structure_test.participation }} ({{ percentage }}%) {% if session.admin %}
{% endif %}
{% endblock %}