{% extends "signalbox:admin/base_site.html" %} {% block breadcrumbs %}
{% endblock %} {% block content %}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 %} |