@if (loading) {
} @if (!loading) {

{{ t('browseAllAuthors') }}

@if (!isMobile) {
{{ authorScaleService.scaleFactor.toFixed(2) }}x
}
@if (activeFilterCount > 0) { }
@if (filteredAuthors$ | async; as authorList) { @if (authorList.length === 0) {

{{ t('noAuthorsFound') }}

} @else {
@for (author of scroll.viewPortItems; track author.id; let i = $index) {
}
} } @if (userService.userState$ | async; as userState) { } }