{% extends "aristotle_mdr/concepts/managedContent.html" %} {% load aristotle_tags %} {% block type %}objectclass{% endblock %} {% block includes %}
{% with total=item.dataelementconcept_set.count %} {% if total > 10 %}{% endif %} {{ total }} Data Element Concept{{ total|pluralize }} {% if total > 10 %}{% endif %} {% endwith %}
{% endblock %} {% block objSpecific %} {% endblock %} {% block relationships %} {% with total=item.dataelementconcept_set.count %}

Data Element Concepts implementing this Object Class

{% endwith %} {% endblock %}