{% extends "signalbox:admin/base_site.html" %} {% block breadcrumbs %} {% endblock %} {% block content %} {% for i in object_list %} {% endfor %}
Observation Label Type Status Attempts No. replies Actions
{{i.due}} {{i.label}} {{i.script_type}} {{i.status_string}} {{i.attempt_count}} {{i.reply_set.count}} {% 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 %}
{% load bootstrap_pagination %} {% bootstrap_paginate page_obj range=10 show_prev_next="false" show_first_last="true" %} {% endblock %}