Troubleshooting reports
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
{{ item['type'] }}: {{ item['lot'] }} (EXP: {{ item['expiry'] }})<br>
|
||||
{% endif %}
|
||||
{% endfor %}</p>
|
||||
{% if sub['samples'] %}
|
||||
<h3><u>Samples:</u></h3>
|
||||
<p>{% for item in sub['samples'] %}
|
||||
{% if loop.index == 1 %}
|
||||
@@ -28,6 +29,7 @@
|
||||
{{ item['well'] }}: {{ item['name'] }}<br>
|
||||
{% endif %}
|
||||
{% endfor %}</p>
|
||||
{% endif %}
|
||||
{% if sub['controls'] %}
|
||||
<h3><u>Attached Controls:</u></h3>
|
||||
{% for item in sub['controls'] %}
|
||||
|
||||
Reference in New Issue
Block a user