initial commit
This commit is contained in:
9
src/submissions/templates/submission_details.txt
Normal file
9
src/submissions/templates/submission_details.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
{% for key, value in sub.items() if key != 'reagents' %}
|
||||
{{ key }}: {{ value }}
|
||||
{% endfor %}
|
||||
Reagents:
|
||||
{% for item in sub['reagents'] %}
|
||||
{{ item['type'] }}: {{ item['lot'] }} (EXP: {{ item['expiry'] }})
|
||||
{% endfor %}
|
||||
Reference in New Issue
Block a user