{{define "profile_content"}} {{with .UserProfile}} {{ if gt (len .Torrents) 0 }}
{{call $.T "category"}} | {{call $.T "name"}} | {{call $.T "date"}} | {{call $.T "size"}} | {{call $.T "links"}} |
---|---|---|---|---|
{{ if Sukebei }} {{ else }} {{ end}} | {{.Name}} | {{.Date}} | {{if ne .Filesize "Unknown"}} {{.Filesize}} {{else}} {{ call $.T "unknown"}} {{end}} | {{if ne .TorrentLink ""}} {{end}} |