<#-- Shows the translations applied to a doc through the translatable aspect --> ${message("templates.translatable.translatable")} <#if document?exists> <#if hasAspect(document, "cm:translatable") = 1> ${message("templates.translatable.yes")}
<#if document.assocs["cm:translations"]?exists> <#list document.assocs["cm:translations"] as t>
${t.content}
<#else> ${message("templates.translatable.no")}
<#else> ${message("templates.translatable.no_document_found")}