{{ range _, cat := GetCategories(true, false) }} {{ if _ % 3 == 2}} {{end}} {{if _ + 1 == len(GetCategories(true, false)) }} {{end}} {{ end }}
{{ if Search.Sort != 2 && Search.Sort != 0}}{{ T("date") }}{{else}}{{ T("date") }}{{end}} / {{ if Search.Sort != 5}}{{ T("seeders") }}{{else}}{{ T("seeders") }}{{end}} / {{ if Search.Sort != 6}}{{ T("leechers") }}{{else}}{{ T("leechers") }}{{end}} / {{ if Search.Sort != 7}}{{ T("completed") }}{{else}}{{ T("completed") }}{{end}} / {{ if Search.Sort != 4}}{{ T("size") }}{{else}}{{ T("size") }}{{end}} / {{ if Search.Sort != 1}}{{ T("name") }}{{else}}{{ T("name") }}{{end}} | {{ if Search.Order}}{{ T("ascending") }}{{else}}{{ T("ascending") }}{{end}} / {{ if !Search.Order}}{{ T("descending") }}{{else}}{{ T("descending") }}{{end}}