{{ pageHeading() }}

@if (notice()) {
{{ notice() }}
} @if (!hasQuery()) {

{{ 'search.hint' | t }}

} @if (hasQuery() && availableTags().length > 0) {
@for (tag of availableTags(); track tag.key) { }
} @if (showUnified()) { } @if (loading()) {
@for (item of [1,2,3,4,5,6,7,8]; track item) {
}
} @else if (selectedProviderForView() === 'twitch') {

Chaînes en direct

@if (twitchChannels().length > 0) {
@for (video of twitchChannels(); track video.videoId) {
{{ formatViews(video.views) }} en direct

{{ video.title }}

{{ video.uploaderName }}
}
@if (twitchCursorChannels()) {
} } @else {

Aucune chaîne en direct trouvée.

}

Vidéos (VOD)

@if (twitchVods().length > 0) { @if (twitchCursorVods()) {
} } @else {

Aucune vidéo VOD trouvée.

}
} @else if (results().length > 0) {
@for (video of filteredResults(); track video.videoId) {
{{ video.duration / 60 | number:'1.0-0' }}:{{ (video.duration % 60) | number:'2.0-0' }}

{{ video.title }}

{{ video.uploaderName }}
{{ formatViews(video.views) }} visionnements{{ formatRelative(video.uploadedDate) }}
}
@if (busyMore()) {
{{ 'loading.more' | t }}
} } @else if (hasQuery()) {

{{ 'search.noResults' | t }}

}