{% extends 'portal.html' %} {% block title %} {{assessment}} | Risk of bias reviewers | HAWC {% endblock %} {% block breadcrumbs %}
  • {{ assessment }}/
  • Risk of bias/
  • Reviewer assignments/
  • {% endblock breadcrumbs %} {% block content %} {% if obj_perms.edit_assessment %}
    Actions
    {% endif %}

    Risk of bias reviewer settings and assignment

    Independent reviews: {{assessment.rob_settings.number_of_reviewers}}

    {% for study in object_list %} {% if forloop.first %} {% endif %} {% if study.active_riskofbiases %} {% for rob in study.active_riskofbiases %} {% if forloop.last and forloop.counter < rob_count %} {% endfor %} {% else %} {% endif %} {% endfor %}
    Study Reviewers

    = completed review (a score and descriptive text are filled for all metrics).
    = final review (score and descriptive text associated with study).

    {{study}} {% else %} {% endif %} {{rob.author}} {% if request.user == rob.author or obj_perms.edit_assessment %} {% endif %} {% if rob.final %} {% endif %} {% if rob.is_complete %} {% endif %} No risk of bias assigned.
    {% endblock %}