{% include "aristotle_mdr/helpers/itemLink.html" with item=response.value_domain showType=False %}
{% include "aristotle_mdr/concepts/valueDomainRepresentation.html" with item=response.value_domain %}
{% endfor %}
{% endif %}
{% if item.collected_data_element %}
Collected Data element
{% with de=item.collected_data_element %}
{% include "aristotle_mdr/helpers/itemLink.html" with item=de %}
{{ de.definition }}
{% endwith %}