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

Components

{% if view == "technical" %}
Object Class - {% include "aristotle_mdr/helpers/itemLink.html" with item=item.objectClass %}
{% include "aristotle_mdr/helpers/inlineDetails.html" with item=item.objectClass name=False %}
Property - {% include "aristotle_mdr/helpers/itemLink.html" with item=item.property %}
{% include "aristotle_mdr/helpers/inlineDetails.html" with item=item.property name=False %}
{% else %}
Data Element
{% with deCount=item.dataelement_set.count %} Implemented in {{ deCount }} data element{{ deCount|pluralize }} {% endwith %}
{% bootstrap_modal 'fk_editor' size='md' %} {% endif %} {% endblock %} {% block relationships %}

Data Elements implementing this Data Element Concept

{% endblock %}