#-- 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")}
${t.content} |