{% if isPaliText %} {% if i18nLinks %}
{{_("Translation of This Pāḷi Text")}}
{% for localeTranslation in i18nLinks['localeTranslations'] %}
{{ localeTranslation.translationLocale | translateLocale }} : {% for localeXmlTranslation in localeTranslation['localeXmlTranslations'] %}
{% if localeXmlTranslation.excerpt %} [{{_("Excerpt")}}]   {% endif %} {{ localeXmlTranslation['translator'] }} {{_("Translation")}}   ({{_("Contrast Reading")}})
{% endfor %}
{% endfor %}
{% endif %} {{ body }} {% else %} {% for child in childs %} {{ child['text'] }} {% endfor %} {% endif %}