@include(snippets/header)
{{ t('search.title') }}
@if(result)

{{ t('search.results_found').replace('{count}', count).replace('{page}', pagination.page).replace('{total}', pagination.end) }}

@each(result as line) @endeach
{{ 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) }}
@endif
@include(snippets/footer)