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

Components

{# 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|can_view_iter:user %}
{% include "aristotle_mdr/helpers/inlineDetails.html" with item=ded skip_can_view=True %}
{% empty %}
None
{% endfor %}
Derived from
{% for ded in item.derived_from.all|can_view_iter:user %}
{% include "aristotle_mdr/helpers/inlineDetails.html" with item=ded skip_can_view=True %}
{% empty %}
None
{% endfor %}
{% endif %} {% endblock %} {% block relationships %} {% endblock %}