{% extends "base_QC.html" %} {% block title %}QC Summary Report For: {{ item.Name }}{% endblock %} {% block content %}

Figure 1. Chemical Shift Calibration

Chemical Shift Calibrationt.

{{ item['fig1SummaryText'] }}

Figure 2. Peak Width

Peak Width plot.

{{ item['fig1SummaryText'] }}

Figure 3. Baseline low & high

Baseline plot.

Figure 4. Water peak low & high

Water peak plot.

{{ item['fig2to3SummaryText'] }}

{% if failSummary is not none %}

Samples Failing QC Checks

{{ failSummary.to_html() }} {% endif %} {% endblock %}