{% block head %}
{% for key, value in sample.items() if key not in sample['excluded'] %}
{{ key | replace("_", " ") | title }}: {{ value }}
{% endfor %}
{{ submission['plate_name'] }}: {{ submission['well'] }}
{% endfor %} {% endif %} {% endblock %}