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