{%- assign english = page["eng"] -%} {%- assign localized_term = page[lang] -%} {%- assign term_status = english.entry_status -%} {%- assign classification = english.terms.first.normative_status -%}

{{ lang }}

{% for entry in localized_term.terms %}

{{ entry.designation | escape }}

{% else %}

Translated term missing in this language.

{% endfor %} {% if localized_term.abbrev %}

{{ localized_term.abbrev | escape }}

{% endif %} {% if localized_term.definition %}

{{ localized_term.definition | escape }}

{% else %}

Definition not provided in this language.

{% endif %} {% if localized_term.authoritative_source.ref != english.authoritative_source.ref %} {% if localized_term.authoritative_source.link %}

[SOURCE: {{ localized_term.authoritative_source.ref }}{% if localized_term.authoritative_source.clause %}, {{ localized_term.authoritative_source.clause }}{% endif %}]

{% else %}

[SOURCE: {{ localized_term.authoritative_source.ref }}{% if localized_term.authoritative_source.clause %}, {{ localized_term.authoritative_source.clause }}{% endif %}]

{% endif %} This translated term may not be from the same source as the normative term. {% endif %} {% if localized_term.notes %}
{% for note in localized_term.notes %} {% assign notenum = "" %} {% if localized_term.notes.size > 1 %} {% assign notenum = " " | append: forloop.index %} {% endif %}

{{ site.data.lang[lang].note_to_entry | replace: " DD", notenum }} {% if lang != "eng" and note == english.notes[forloop.index0] %} This note has not been translated. {% else %} {{ note | escape }} {% endif %}

{% endfor %}
{% endif %} {% if localized_term.examples %}
{% for example in localized_term.examples %}

{{ site.data.lang[lang].example }} {% if localized_term.examples.size > 1 %} {{ forloop.index }} {% endif %} {% if lang != "eng" and example == english.examples[forloop.index0] %} This example has not been translated. {% else %} {{ example | escape }} {% endif %}

{% endfor %}
{% endif %}

ORIGIN: {{ site.data.info.languages[lang].register-name }} (last updated: {{ site.data.info.languages[lang].date-of-last-change }})