Examples {% if ds.properties['dc:title'] %} in {% if ds.properties['dc:identifier'] and ds.properties['dc:identifier'].startswith('http') %} " {{ ds.properties['dc:title'] }} " {% else %} "{{ ds.properties['dc:title'] }}" {% endif %} {% endif %}

{% set lspace = namespace(current = None) %} {% for example, audio_urls in examples %} {% if example.references %} {% set ref = example.references[0] %} {% set bibkey, pages = split_ref(ref.__str__()) %} {% endif %} {% set language = example.related("languageReference") %}
  1. {% if (lspace.current is defined and lspace.current.id != language.id)%} {{ language.name }} {% endif %}{% if example.cldf.primaryText != None %} {% if ref%}({{ref.source.refkey(year_brackets=None)}}{%if ref.description%}: {{ref.description}}{%endif%}) {%endif%}
    {{ example.cldf.primaryText }}
    {% endif %} {% if example.cldf.analyzedWord != [] %} {% for obj in example.cldf.analyzedWord %}
    {{ obj }} {{ example.cldf.gloss[loop.index-1] }}
    {% endfor %} {% endif %}
    ‘{{ example.cldf.translatedText }}’
    {% if audio_urls %} {% endif %}
{% set lspace.current = language %} {% endfor %}