#-- Shows if a document is localizable and the locale if set -->
Localisable:
<#if document?exists>
<#if hasAspect(document, "cm:localizable") = 1>
Yes
<#if document.properties.locale?exists>
Locale: ${document.properties.locale.properties.name}
#if>
<#else>
No
#if>
<#else>
No document found!
#if>