{% extends 'portal.html' %} {% block title %} {% include "hawc/siteTitle.html" with crumbs=object.get_crumbs crud=crud %} {% endblock title %} {% block breadcrumbs %} {% include "hawc/breadcrumbs.html" with crumbs=object.get_crumbs crud=crud %} {% endblock %} {% block content %}

{{object}} {% if obj_perms.edit %}
Actions
{% endif %}

{% if crud == "Read" %} {% if assessment.enable_risk_of_bias and object.riskofbiases.count > 0 %}

Risk of bias visualization View details

{% endif %} {% if study.bioassay %}

Available animal bioassay experiments

{% include "animal/_experiment_list_tbl.html" with object_list=object.experiments.all %} {% endif %} {% if study.in_vitro %}

Available in vitro experiments

{% include "invitro/_experiment_list.html" with object_list=object.ivexperiments.all %}

Chemicals used in in vitro experiments

{% include "invitro/_chemical_list.html" with object_list=object.ivchemicals.all %}

Cell types used in in vitro experiments

{% include "invitro/_celltype_list.html" with object_list=object.ivcelltypes.all %} {% endif %} {% if study.epi %}

Available epidemiological study populations

{% include "epi/_studypopulation_list.html" with object_list=object.study_populations.all %} {% endif %} {% if study.epi_meta %}

Available epidemiological meta-analyses

{% include "epimeta/_metaprotocol_list.html" with object_list=object.meta_protocols.all %} {% endif %} {% endif %} {% endblock %} {% block extrajs %} {% endblock extrajs %}