{{includefile 'bootstrap/css/page_common.css'}} Plugin Management {{if download_updates}} {{end}} {{includefile 'header.html'}} {{includefile 'navbar.html'}}
Loading...
{{if selected_plugin_list != ""}} {{end}}
{{ if (selected_plugin_search=="") && featured_available }}
Featured
{{for ui in (updater_get_packages true false)}} {{if ui.featured}}
{{if ui.installed}}

{{else}}

{{end}}
{{ui.package_name}}
{{for tag in ui.tags}} {{if (string.upcase tag)=='BETA'}} BETA {{break}} {{end}} {{end}}
{{string.truncate ui.short_description 80}}
{{end}} {{end}}
{{ end }}
HS4 Plugins test
Show Beta Plugins
{{packages_local=(updater_get_packages true is_mobile_browser)}} {{showbeta = get_setting_bool('gShowBetaPlugins')}}
{{for ui in packages_local}} {{is_legacy=false}} {{for tag in ui.tags}} {{if string.contains (string.upcase tag) 'LEGACY'}} {{is_legacy=true}} {{break}} {{end}} {{end}} {{if (ui.id != "") && !is_legacy}} {{if ui.beta && (showbeta=='')}} {{continue}} {{end}}
{{if ui.installed}}

{{else}}

{{end}}
{{if ui.beta}}
{{ui.package_name}}
BETA
{{else}}
{{ui.package_name}}
{{end}}
{{string.truncate ui.short_description 80}}
{{end}} {{end}}
Legacy Plugins
{{for ui in packages_local}} {{is_legacy=false}} {{for tag in ui.tags}} {{if string.contains (string.upcase tag) 'LEGACY'}} {{is_legacy=true}} {{break}} {{end}} {{end}} {{if (ui.id=="") || is_legacy}} {{if ui.beta && (showbeta=='')}} {{continue}} {{end}} {{lookup_key = ui.id}} {{if lookup_key == ""}} {{lookup_key = ui.hs3ulinekey}} {{end}}
{{if ui.installed}}

{{else}}

{{end}}
{{if ui.beta}}
{{ui.package_name}}
BETA
{{else}}
{{ui.package_name}}
{{end}}
{{string.truncate ui.short_description 80}}
{{end}} {{end}}
{{if selected_plugin_search==""}}
Enter a search string to search legacy plugins
{{end}}
{{includefile 'bootstrap/js/page_common.js'}}