<#-- Shows the translations applied to a doc through the translatable aspect --> Translatable: <#if document?exists> <#if hasAspect(document, "cm:translatable") = 1> Yes
<#if document.assocs["cm:translations"]?exists> <#list document.assocs["cm:translations"] as t>
${t.content}
<#else> No
<#else> No document found!