{% extends "base.html" %} {% block app_content %}

{{ title }} {{ mdb.handle}}

{% if display == 'detail' %}
Export JSON


Property Details

{% if mdb._for_nodehandle %} {% endif %}
Handle {{mdb.prop['handle']}}
Id {{mdb.prop['nanoid']}}
Model {{mdb.model}}
For Node {{mdb._for_nodehandle}}
{% block edit_functions %} {% endblock edit_functions%}

Property Attributes

{% if mdb.prop["units"] %} {% endif %}
Value Domain {{ mdb.prop["value_domain"] }}
Required {{ mdb.prop["is_required"] if mdb.prop["is_required"] else 'false' }}
Units {{mdb.prop["units"]}}
Description {{ mdb.prop["desc"] }}


{% if mdb.has_terms %}

Terms in Value Set

{% for term_item in mdb.has_terms %} {% endfor %}
Term Id
{{ term_item.value }} {{ term_item.id }}
{% endif %}
{% endif %} {% endblock %}