{{ t('search.title') }}
@if(result)
@endif
{{ t('search.results_found').replace('{count}', count).replace('{page}', pagination.page).replace('{total}', pagination.end) }}
| {{ t('search.col_thumbnail') }} | {{ t('search.col_id') }} | {{ t('search.col_tag') }} | {{ t('search.col_mime') }} | {{ t('search.col_username') }} | {{ t('search.col_score') }} |
|---|---|---|---|---|---|
![]() |
ID:{{ line.id }} | Tag:{{ line.tag }} | Mime:{{ line.mime }} | User:{{ line.username }} | Score:{{ line.score?.toFixed(2) }} |
