{% extends "base.html" %} {% block title %}Admin Dashboard{% endblock %} {% block content %}
| Pseudo | Group | Started | Tasks submitted | Copy events | Paste events | Final survey | |
|---|---|---|---|---|---|---|---|
| {{ row.participant_id }} | Group {{ row.study_group }} | {{ row.created_at[:16] | replace('T', ' ') }} | {{ row.submissions | length }} / 3 | {{ total_copy }} | {{ total_paste }} | {% if row.final %} ✓ Done {% else %} – {% endif %} | View |
No participants yet. Share the study URL to get started.