@if (filteredSources().length > 0) {
@for (source of filteredSources(); track trackSource($index, source)) {
}
} @else {
No {{ activeTab() === 'screen' ? 'screens' : 'windows' }} available
{{
activeTab() === 'screen'
? 'No displays were reported by Electron right now.'
: 'Restore the window you want to share and try again.'
}}
}