{% extends "layout.html" %} {% block body %}
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) %}
|
{% if session.admin %} {% endif %} |