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