{{ prefLabels[0][0] }}col

{%- if prefLabels|length > 1 %}

{%- for prefLabel in prefLabels %} {{ prefLabel[0] }} ({{ prefLabel[1] }}) {% if not loop.last %}, {% endif %} {%- endfor %}

{%- endif %} {%- if definitions|length > 0 %} {%- endif %} {%- if scopeNotes|length > 0 %} {%- endif %} {%- if source is not none %} {%- endif %} {%- if members|length > 0 %} {% endif %}
URI {{ uri }}
Definition {{- definitions[0] -}}
Scope Notes {{- scopeNotes[0] -}}
Source {{- source -}}
Members {%- for member in members %} {{ member }}{% if not loop.last %}, {% endif %} {%- endfor %}