{% extends 'portal.html' %} {% block title %} {{assessment}} | Literature Review | HAWC {% endblock %} {% block breadcrumbs %}
  • {{ assessment }}/
  • Literature Review/
  • {% endblock %} {% block content %}

    References for {{assessment}} {% if obj_perms.edit %}
    Actions
    {% endif %}

    Literature summary

    {% include "lit/_overview_table.html" %}

    Literature tags {% if obj_perms.edit_assessment %} {% endif %}

    {% if assessment.enable_data_extraction and need_import_count > 0 %}
    New references marked for inclusion.

    {{ need_import_count }} reference{{ need_import_count|pluralize }} marked for inclusion {{ need_import_count|pluralize:"is,are" }} ready for risk of bias and/or data-extraction. Prepare references

    {% endif %}

    Literature searches & imports

    {% include "lit/_search_list.html" %}

    Manually added references

    References manually added: {{manual_import.references.count}}

    {% endblock %} {% block extrajs %} {% endblock extrajs %}