{{ title |e }}

{% if note != '' %}

Note: {{ note |e }}

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

{{ construct.name |e }}

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

{{ construct.note |e }}

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

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

{{part.subscript |e }}

{% endfor %}
{% endfor %}