@row>
<@columns>
<@box color='danger'>
<@boxHeader title='
#i18n{portal.system.view_plugin.boxTitlePluginDetail} "${name}"
' />
<@boxBody>
#i18n{portal.system.view_plugin.labelVersion} ${version}
#i18n{portal.system.view_plugin.labelDescription} #i18n{${description}}
#i18n{portal.system.view_plugin.labelAuthor} #i18n{${provider}}
#i18n{portal.system.view_plugin.labelProvider} ${providerUrl}
#i18n{portal.system.view_plugin.labelCoreCompatibility} min : ${minCoreVersion?default("")} - max : ${maxCoreVersion?default("")}
@boxBody>
@box>
@columns>
@row>
<#if rights?has_content>
<@row>
<@columns>
<@box color='danger'>
<@boxHeader title='#i18n{portal.system.view_plugin.boxTitleAdministrationFunctionnalities}' />
<@boxBody>
<#list rights as feature>
-
<#if feature.iconUrl?exists>
#if>
${feature.name}
${feature.description}
#list>
@boxBody>
@box>
@columns>
@row>
#if>
<#if portletTypes?has_content>
<@row>
<@columns>
<@box color='danger'>
<@boxHeader title='#i18n{portal.system.view_plugin.boxTitlePortletsType}' />
<@boxBody>
<#list portletTypes as portlet >
-
${portlet.name}
#list>
@boxBody>
@box>
@columns>
@row>
#if>
<#if applications?has_content>
<@row>
<@columns>
<@box color='danger'>
<@boxHeader title='#i18n{portal.system.view_plugin.boxTitleXpageApplications}' />
<@boxBody>
@boxBody>
@box>
@columns>
@row>
#if>
<#if contentServices?has_content>
<@row>
<@columns>
<@box color='danger'>
<@boxHeader title='#i18n{portal.system.view_plugin.boxTitleContentServices}' />
<@boxBody>
<#list contentServices as contentService >
-
${contentService.className}
#list>
@boxBody>
@box>
@columns>
@row>
#if>
<#if insertServices?has_content>
<@row>
<@columns>
<@box color='danger'>
<@boxHeader title='#i18n{portal.system.view_plugin.boxTitleInsertServices}' />
<@boxBody>
<#list insertServices as insertService >
-
${insertService.name}
#list>
@boxBody>
@box>
@columns>
@row>
#if>