{% extends "aristotle_mdr/concepts/managedContent.html" %} {% load aristotle_tags util_tags %} {% block objSpecific %}
{% if item.classificationStructure %}

Classification Structure

{{ item.classificationStructure | bleach }} {% endif %}
{% endblock %} {% block relationships %} {% with vds=item.valueDomains.all %} {% if vds %}

Value Domains implementing this Classification Scheme

{% endif %} {% endwith %} {% endblock %}