{% extends "aristotle_mdr/concepts/managedContent.html" %} {% load aristotle_tags %} {% block includes %} {% endblock %} {% block objSpecific %}

Components

{% if view == "technical" %}

Data Element Concept - {% include "aristotle_mdr/helpers/itemLink.html" with item=item.dataElementConcept %}

{% include "aristotle_mdr/helpers/inlineDetails.html" with item=item.dataElementConcept name=False %}
Object Class - {% include "aristotle_mdr/helpers/itemLink.html" with item=item.dataElementConcept.objectClass %}
{% include "aristotle_mdr/helpers/inlineDetails.html" with item=item.dataElementConcept.objectClass name=False %}
Property - {% include "aristotle_mdr/helpers/itemLink.html" with item=item.dataElementConcept.property %}
{% include "aristotle_mdr/helpers/inlineDetails.html" with item=item.dataElementConcept.property name=False %}

Value Domain - {% include "aristotle_mdr/helpers/itemLink.html" with item=item.valueDomain %}

{% include "aristotle_mdr/helpers/inlineDetails.html" with item=item.valueDomain name=False %}

Representation

{% include "aristotle_mdr/concepts/valueDomainRepresentation.html" with item=item.valueDomain %} {% else %} {# Use   to easily force the headers to be as wide as needed #}
Data Element (this item)
{% if item.valueDomain %}

Representation

This representation is based on the value domain for this data element, more information is available at "{% include "aristotle_mdr/helpers/itemLink.html" with item=item.valueDomain %}". {% include "aristotle_mdr/concepts/valueDomainRepresentation.html" with item=item.valueDomain %} {% endif %} {% if item.input_to_derivation.all|length > 0 or item.derived_from.all|length > 0 %}

Derivations

Input to
{% for ded in item.input_to_derivation.all %}
{% include "aristotle_mdr/helpers/inlineDetails.html" with item=ded %}
{% empty %}
None
{% endfor %}
Derived from
{% for ded in item.derived_from.all %}
{% include "aristotle_mdr/helpers/inlineDetails.html" with item=ded %}
{% empty %}
None
{% endfor %}
{% endif %} {% endif %} {% bootstrap_modal 'fk_editor' size='md' %} {% endblock %} {% block relationships %} {% endblock %}