{% extends "aristotle_mdr/downloads/html/managedContent.html" %} {% block objSpecific %} {% if options.include_supporting %}

Components

Object Class:
{% include "aristotle_mdr/downloads/html/helpers/inlineDetails.html" with item=item.objectClass %}
Property:
{% include "aristotle_mdr/downloads/html/helpers/inlineDetails.html" with item=item.property %}
{% endif %} {% if options.include_related %} {% include "aristotle_mdr/downloads/html/helpers/relational_attrs.html" with item=item %} {% endif %} {% endblock %}