#i18n{updater.pageTitle.manageNew}

<#list plugins_list as newInfo>
#i18n{updater.manage_new.labelPluginName} #i18n{updater.manage_new.labelVersion} #i18n{updater.manage_new.labelAuthor} #i18n{updater.manage_new.labelDescription} #i18n{updater.manage_new.labelInstructions} #i18n{updater.manage_new.labelActions}
${newInfo.pluginName} ${newInfo.version} ${newInfo.author} ${newInfo.description} <#if newInfo.downloaded> <#if newInfo.installInProgress > #i18n{updater.manage_new.instruction.installInProgress} <#else> #i18n{updater.manage_new.instruction.downloaded} <#else> #i18n{updater.manage_new.instruction.newPluginAvailable} <#if newInfo.downloaded> <#if newInfo.installInProgress > <#else> <#else>