Data Element Concept -
{% include "aristotle_mdr/helpers/itemLink.html" with item=item.dataElementConcept %}
{% include "aristotle_mdr/downloads/html/helpers/inlineDetails.html" with item=item.dataElementConcept %}
Object Class
{% include "aristotle_mdr/downloads/html/helpers/inlineDetails.html" with item=item.dataElementConcept.objectClass %}
Property
{% include "aristotle_mdr/downloads/html/helpers/inlineDetails.html" with item=item.dataElementConcept.property %}
Value Domain -
{% include "aristotle_mdr/helpers/itemLink.html" with item=item.valueDomain %}
{% if item.valueDomain|can_view:user %}
{% include "aristotle_mdr/downloads/html/helpers/inlineDetails.html" with item=item.valueDomain skip_can_view=True %}
{% include "aristotle_mdr/downloads/html/inline/valueDomainRepresentation.html" with item=item.valueDomain %}
{% endif %}