@if (!hasSearched) {

{{ t('readyTitle') }}

{{ t('readyHint') }}

} @else if (searching) {

{{ t('searching') }}

} @else if (photos.length === 0) {

{{ t('noResults') }}

{{ t('noResultsHint') }}

} @else {
{{ t('resultsFound', { count: photos.length }) }}
@for (photo of photos; track photo.url; let i = $index) {
@if (photo.width && photo.height) {
{{ photo.width }} x {{ photo.height }}
}
}
}