<#list themes_list as theme>
<#assign actions = actions_list[theme.codeTheme]>
<#if theme_default.themeDescription != theme.themeDescription >
<#if actions?? && actions['MODIFY_THEME']>
#if>
<#if permission_modify_global_theme>
#if>
<#if actions?? && actions['DELETE_THEME']>
#if>
- #i18n{theme.manage_themes.author} : ${theme_default.themeAuthor}
- #i18n{theme.manage_themes.version} : ${theme.themeVersion}
- #i18n{theme.manage_themes.licence} : ${theme.themeLicence}
#if>
#list>