@if (filters().scope === 'local' || totalFollowing === 0) {
Videos on {{ instanceName }}
} @else {
Videos on {{ instanceName }} and {{ totalFollowing }} {totalFollowing, plural, =1 {other platform} other {other platforms}}
}
@for (filter of filters().getActiveFilters(); track filter.key + (filter.value || '')) {
@if (filter.key !== 'scope') {
{{ filter.label }}:
{{ getFilterValue(filter) || filter.label }}
}
}