{% extends "aristotle_mdr/concepts/managedContent.html" %} {% load aristotle_tags %} {% block type %}conceptualdomain{% endblock %} {% block includes %}
{% with total=item.dataelementconcept_set.count %} {{ total }} Data Element Concept{{ total|pluralize }} {% endwith %}
{% with total=item.valuedomain_set.count %} {{ total }} Value Domain{{ total|pluralize }} {% endwith %}
{% endblock %} {% block objSpecific %} {% endblock %} {% block relationships %} {% with total=item.dataelementconcept_set.count %}

Data Element Concepts implementing this Conceptual Domain

{% endwith %} {% with total=item.valuedomain_set.count %}

Value Domains implementing this Conceptual Domain

{% endwith %} {% endblock %}