{% extends "aristotle_mdr/downloads/html/inline/managedContent.html" %} {% load util_tags %} {% block objSpecific %}
Components
{% if item.objectClass_id %}
Object Class:
{% lookup subitems "aristotle_mdr.objectclass" item.objectClass_id as oc %} {% include "aristotle_mdr/downloads/html/helpers/inlineDetails.html" with item=oc name=False %}
{% endif %} {% if item.property_id %}
Property:
{% lookup subitems "aristotle_mdr.property" item.property_id as prop %} {% include "aristotle_mdr/downloads/html/helpers/inlineDetails.html" with item=prop name=False %}
{% endif %}
{% endblock %}