{%- import "macros.html" as macros with context %}

{%- if field.get_property("name", default="") == "" -%} {{- field.inst.inst_name -}} {%- else -%} {{- field.inst.inst_name}} - {{field.get_html_name()|safe -}} {%- endif %}

{%- if has_description(field) %} {{get_node_desc(field,3)|safe}} {%- endif %} {%- if has_enum_encoding(field) %} {{ macros.enum_table(field.get_property("encode")) }} {%- endif %} {%- if has_extra_property_doc(field) %} {{ macros.extra_prop_table(field) }} {%- endif %}