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

Description

{{ item.description }}
{% if item.valuemeaning_set.count > 0 or item|can_edit:request.user %} Value meanings {% if item|can_edit:request.user %} Edit value meanings {% endif %} {% for perm in item.valuemeaning_set.all %} {% empty %} {% if item|can_edit:request.user %} {% endif %} {% endfor %}
Value Meaning Start Date End Date
{{ perm.name }} {{ perm.definition }}
{% if item|can_edit:request.user %} Add Values Meanings {% endif %}
{% bootstrap_modal "conceptual_domain_modal" size='lg' %} {% endif %} {% 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 %}