{% extends "admin/base_site.html" %} {% block title %}SignalBox Dashboard{% endblock %} {% block extra_style %} .green { color:green;} {% endblock %} {% block breadcrumbs %}
{% endblock %} {% block content_title %} Observations with duplicate data{% endblock %} {% block content %} {% if with_dupes %}Observation | User | Study | Reply selected | |
---|---|---|---|---|
{{i.label}} (#{{i.id}}) | {{i.dyad.user}} | {{i.dyad.study}} | ![]() |
Select a Reply |
No observations have duplicate replies
{% endif %} {% endblock %}