{% extends "base.html" %}
{% block app_content %}
{{ title }} {{ mdb.handle}}
{% if display == 'detail' %}
Property Details
{% block edit_functions %}
{% endblock edit_functions%}
Property Attributes
Value Domain |
{{ mdb.prop["value_domain"] }}
|
Required |
{{ mdb.prop["is_required"] if mdb.prop["is_required"] else 'false' }}
|
{% if mdb.prop["units"] %}
Units |
{{mdb.prop["units"]}} |
{% endif %}
Description |
{{ mdb.prop["desc"] }}
|
{% if mdb.has_terms %}
Terms in Value Set
{% endif %}
{% endif %}
{% endblock %}