{{ title }}

{% if note != '' %}

Note: {{ note }}

{% endif %} {% for construct in constructs %}

{{ construct.name }}

{% if construct.note != '' %}

{{ construct.note }}

{% endif %} {% for part in construct.parts %}

{{part.label}} {% if part.sublabel != '' %}
{{ part.sublabel }} {% endif %}

{{part.subscript}}

{% endfor %}
{% endfor %}