{% load markup humanize %} {% load signalbox_tags %} {% load cache %} {% cache 500 prev_replies request.user.username %} {% regroup participant.userprofile.previous_reply_set by observation.dyad as memberships %} {% for m in memberships %} {% with m as m %}

{% if m.grouper %} {{ m.grouper.study.name }}: {% else %} Not linked to a particular study: {% endif %}

{% if m.grouper.relates_to %} (related to {{m.grouper.relates_to}}) {% endif %}
{% for reply in m.list %} {% with reply as reply and reply.observation as ro %} {% if ro %} {% else %} {% endif %} {% endwith %} {% endfor %}
Last submit Script name Last saved
{{reply.last_submit}}{{ro.label}}{{reply.asker}}{{reply.last_submit}}
{% endwith %} {% endfor %} {% endcache %}