{{/*### NoCompile=true */}} {{ define "clanGroup" }} {{ with . }}
{{ $teamJSON := teamJSON }} {{ range .members }} {{/* ignore fokabot */}} {{ if ne (int .id) 999 }} {{ $tj := index $teamJSON (print .id)}}
Avatar
{{ country .country false }}{{ .username }} {{ with $tj.real_name }} {{ end }} {{ with $tj.role }}
{{ . }}
{{ end }}
{{ time .registered_on }}
{{ time .latest_activity }}
{{ if or $tj.twitter $tj.mail $tj.github }}
{{ range $k, $v := $tj }} {{ if and $v (in $k "github" "twitter" "mail") }} {{ end }} {{ end }}
{{ end }}
{{ end }} {{ end }}
{{ end }} {{ end }}