{% if perms.signalbox.can_double_enter %} {% with participant.userprofile.obs_by_study as obs_by_study %} {% if obs_by_study %} {% with participant.userprofile.participant_admin_overview as next %} {% include 'manage/observations_todo_fragment.html' %} {% endwith %} {% else %}
No observations outstanding
{% endif %} {% endwith %} {% endif %}