{% 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 %}