{{info?.appName}}
@for (program of programs(); track program) { }

{{pbTitle.getTitle()}}

{{category.key?(category.key|tr:category.default):category}}
@for (item of items; track item) { }
{{themeMode}}
@for (item of [ {id:'home',icon:'home',path:'/',title:'Home',key:'home_page'}, {id:'notifs',icon:'notifications',title:'Notifications',key:'notifs',menu:notifications}, {id:'user',icon:'account_circle',menu:userMenu,title:'User & Settings',key:'#{user} & #{settings}'} ]; track $index) { @switch (true) { @case (item.path !== undefined) {
{{item.icon}} {{(item.key|tr:item.title)}}
} @case (item.id === 'user') {
@if (loginService?.user?.pictures?.length > 0) { } @else { {{item.icon}} } {{(item.key|tr:item.title)}}
} @default {
{{item.icon}} {{(item.key|tr:item.title)}}
} } }
@for(item of [ {scheme:'crimson',color:'#7c0024'}, {scheme:'blue',color:'#00405d'} ]; track item) { } @for(lang of [ {name:'en',label:'English',picture:'https://cdn.swopt.com/media/images/flags/GBR.png'}, {name:'zh',label:'简体中文',picture:'https://cdn.swopt.com/media/images/flags/CHN.png'}, {name:'ms',label:'Melayu',picture:'https://cdn.swopt.com/media/images/flags/MAS.png'} ];track $index) { }