diff --git a/frontend/src/components/InstanceView.jsx b/frontend/src/components/InstanceView.jsx index cbcfbd4..58fc196 100644 --- a/frontend/src/components/InstanceView.jsx +++ b/frontend/src/components/InstanceView.jsx @@ -54,7 +54,7 @@ export const InstanceView = ({ templateName, objectID, endpoint }) => { return (
Property Name | Type | Multiplicity | +Description | {{ property.min_card.value }} .. {{ property.max_card.value }} | - +{% if property.description %}
+ {{ property.description }}
+ {% else %}
+ No description available. + {% endif %} + |
{% endfor %}
---|
{{ object.parent._short_html_() }}
{{ object.description }}
{% else %}No description available.
{% endif %} +The object owns the following properties:
+The object owns the following properties:
No properties are owned by this object.