{% if appendixtitle or parttitle or subparttitle %}
{{ doctitle }}{{ docsubtitle }}
{% if partid %}{{ partid}}: {{ parttitle }} {% endif %}
{% if partid_alt %}{{ partid_alt}}: {{ partsubtitle }}{% endif %}
{% if subparttitle %}{{ subparttitle }} {% endif %}
{% if subpartsubtitle %}{{ subpartsubtitle }} {% endif %}
{% if provenancetitle %}{{ provenancetitle }} {% endif %}
{% if provenancesubtitle %}{{ provenancesubtitle }} {% endif %}
{% if appendixid %}{{ appendixid}}: {{ appendixtitle }} {% endif %}
{% if appendixid_alt %}{{ appendixid_alt}}: {{ appendixsubtitle }}{% endif %}
{% if annexid %}{{ annexid}}: {{ annextitle }} {% endif %}
{% if annexid_alt %}{{ annexid_alt}}: {{ annexsubtitle }}{% endif %}
{% else %}
{{ doctitle }} {{ docsubtitle }}
{% endif %}
Bureau International de Poids et Mesures {{ docyear }}
{% if metadata_extensions["si-aspect"] %}
{% for item in si_aspect_index %}
{% if item == metadata_extensions["si-aspect"] %}
{% endif %}
{% endfor %}
{% endif %}
{% for item in metadata_extensions["editorialgroup"]["committee"]["variant_language"] %}
{% if item == lang %}
{% assign committee = metadata_extensions["editorialgroup"]["committee"]["variant"][forloop.index0] %}
{% endif %}
{% endfor %}
{{ metadata_extensions["editorialgroup"]["committee_acronym"] }}{% if metadata_extensions["editorialgroup"]["committee_acronym"] and committee %}: {% endif %}{{ committee }}
{% if authors %}
{% for item in authors %}
{{item}} {% if authors_affiliations[forloop.index0] %}({{ authors_affiliations[forloop.index0] }}){% endif %}{% if forloop.last == false %}, {% endif %}{% endfor %}.