{% extends "aristotle_mdr/concepts/managedContent.html" %} {% load aristotle_tags %} {% block objSpecific %} {% if item.conceptual_domain %}

Conceptual Domain

{% include "aristotle_mdr/helpers/inlineDetails.html" with item=item.conceptual_domain %} {% endif %}

Representation

{% include "aristotle_mdr/concepts/valueDomainRepresentation.html" with allowEditing=True %} {% endblock %} {% block relationships %} {% if item.dataelement_set.all %}

Data Elements implementing this Value Domain

{% endif %} {% endblock %}