<@rowBox> <@boxHeader i18nTitleKey="mydashboard.managePanels.title"> <@headerButtons>
<@actionButtons button1Name="view_createPanel" icon1="icon-plus icon-white" i18nValue1Key="mydashboard.managePanels.buttonAdd" />
<@boxBody> <@messages infos=infos /> <@paginationAdmin paginator=paginator combo=1 /> <@table> #i18n{mydashboard.managePanels.columnCode} #i18n{mydashboard.managePanels.columnTitle} #i18n{mydashboard.managePanels.columnComponentList} #i18n{portal.util.labelActions} <@tableHeadBodySeparator /> <#list panel_list as panel > ${panel.code} ${panel.title}   <#if panel.default> #i18n{mydashboard.managePanels.defaultLabel} <#if (map_panel_list_dashboard_component["${panel.id}"])??> <#assign listDashboard = map_panel_list_dashboard_component["${panel.id}"] /> <#if listDashboard??> <@paginationAdmin paginator=paginator />