{% extends "aristotle_mdr/concepts/managedContent.html" %} {% load aristotle_tags util_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 %} {% for role in item.relationrole_set.all|order_by:'ordinal' %} {% endfor %}
Roles in this conceptual relationship {% if item|can_edit:request.user %} Edit roles {% endif %}
Order Role name definition multiplicity
{{ role.ordinal }} {{ role.name }} {{ role.definition }} {{ role.multiplicity }}
{% endblock %} {% block relationships %} {% endblock %}