{% extends "aristotle_mdr/downloads/pdf/inline/managedContent.html" %} {% block objSpecific %}
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/pdf/inline/valueDomainRepresentation.html" with item=item.valueDomain % #}
{% endblock %}