{% extends "aristotle_mdr/downloads/html/managedContent.html" %} {% block title %}{{ item.name }} ({{item.status}}){% endblock %} {% block objSpecific %}

Components

Data Element Concept - {% include "aristotle_mdr/helpers/itemLink.html" with item=item.dataElementConcept %}
{% include "aristotle_mdr/helpers/inlineDetails.html" with item=item.dataElementConcept %} {% if view == "technical" %}
Object Class
{% include "aristotle_mdr/helpers/inlineDetails.html" with item=item.dataElementConcept.objectClass %}
Property
{% include "aristotle_mdr/helpers/inlineDetails.html" with item=item.dataElementConcept.property %}
{% endif %}
Value Domain - {% include "aristotle_mdr/helpers/itemLink.html" with item=item.valueDomain %}
{% include "aristotle_mdr/helpers/inlineDetails.html" with item=item.valueDomain %} {% include "aristotle_mdr/downloads/html/inline/valueDomainRepresentation.html" with item=item.valueDomain %}
{% endblock %}