{{ T.DIALOG_UNSPLASH_PICKER.TITLE | translate }}

{{ T.DIALOG_UNSPLASH_PICKER.SEARCH_LABEL | translate }} @if (isLoading()) {
} @if (!isLoading()) {
@for (photo of photos(); track photo) {
{{ T.DIALOG_UNSPLASH_PICKER.BY | translate }} @if (photo.user.links?.html) { {{ photo.user.name }} } @if (!photo.user.links?.html) { {{ photo.user.name }} }
}
} @if (showNoResults()) {
{{ T.DIALOG_UNSPLASH_PICKER.NO_RESULTS | translate }}
}