{{ block tag(tag=nil,accepted=false,torrentID=0) }} {{if isset(tag) && (accepted || User.ID > 0) }} {{ if tag.Type != Config.Torrents.Tags.Default }}{{ T("tagtype_" + tag.Type) }}: {{ end }} {{ if len(Config.Torrents.Tags.Types.Get(tag.Type).Defaults) > 0 && Config.Torrents.Tags.Types.Get(tag.Type).Defaults[0] != "db" }}{{ T("tagvalue_"+tag.Tag) }}{{else}}{{ tag.Tag }}{{end}} {{ if !accepted }} {{ end }} {{ end }} {{ end }}