{% extends "signalbox:admin/base_site.html" %} {% block content_title %}{{block.super}}Participant overview {% endblock %} {% block content %} {% for i in object_list %} {% endfor %}
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
{% load bootstrap_pagination %} {% bootstrap_paginate page_obj range=10 show_prev_next="false" show_first_last="true" %} {% endblock %}