{% extends "signalbox:admin/base_site.html" %} {% block content_title %}{{block.super}}Participant overview {% endblock %} {% block content %}
Observation | Label | Type | Status | Attempts | Replies/Answers | Actions | |
---|---|---|---|---|---|---|---|
{{i.due}} | {{i.label}} | {{i.script_type}} | {{i.status_string}} | {{i.attempt_count}} | {{i.reply_set.count}} repl{{i.reply_set.count|pluralize:"y,ies"}}. | {% if i.can_add_answers %} Add data {% endif %} {% if i.script_type.sends_message_to_user %} {% if i.attempt_count == 0 %} Send early {% else %} Resend {% endif %} {% endif %} | Details |