{# Browsable projection of what the selected profile becomes in SEEK: the Sample Types (with columns) provisioning will create, and the Extended Metadata the Investigation/Study/Assay records carry. Read-only — nothing here writes to SEEK. Rendered on page load and re-fetched by the profile / version dropdowns via HTMX. #} {% if preview %}
| column | type | required |
|---|---|---|
| {{ a.name }} | {{ a.type }}{% if a.controlled_vocabulary %} (controlled vocabulary){% endif %} | {{ "yes" if a.required else "" }} |
This profile creates no Sample Types.
{% endfor %}Custom fields on the Investigation, Study and Assay records — added by a SEEK admin from the .ttl below.
{% for em in preview.extended_metadata %}| field | type | required |
|---|---|---|
| {{ a.name }} | {{ a.type }}{% if a.controlled_vocabulary %} (controlled vocabulary){% endif %} | {{ "yes" if a.required else "" }} |
Only SEEK's own record fields — no Extended Metadata.
{% endif %}No model preview available for this profile.
{% endif %}