{# Table structure for sample metadata #} {% if point.children.sample|length > 0 %}

Samples

{% for sample in point.children.sample %}
Sample ID {{ sample.sample_id }}
Sample type {{ sample.description }}
Sample description {{ render(sample.sample_description) }}
Entered {{ sample.recorded_by }} at {{ sample.recorded_on }}
{% endfor %}
{% endif %}