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