diff --git a/templates/clanmembers.html b/templates/clanmembers.html index e80fc69..215ce3d 100644 --- a/templates/clanmembers.html +++ b/templates/clanmembers.html @@ -1,7 +1,7 @@ {{/*### NoCompile=true */}} -{{ define "clan_members" }} +{{ define "clanMembers" }} { with . }}
+ | |
{{ $global.T "Global Rank" }} | +#{{ humanize .rank }} | +
{{ $global.T "PP" }} | +{{ humanize .chosen_mode.pp }} | +
{{ $global.T "Ranked Score" }} | +{{ humanize .chosen_mode.ranked_score }} | +
{{ $global.T "Total Score" }} | +{{ humanize .chosen_mode.total_score }} | +
{{ $global.T "Total Playcount" }} | +{{ humanize .chosen_mode.playcount }} | +
{{ $global.T "Total Replays Watched" }} | +{{ humanize .chosen_mode.replays_watched }} | +
{{ $global.T "Total Hits" }} | +{{ humanize .chosen_mode.total_hits }} | +
+ {{ .T "The leader of the clan." }}
+
+ {{ .T "The members of the clan." }}
+
- | |
{{ $global.T "Global Rank" }} | -#{{ humanize .rank }} | -
{{ $global.T "PP" }} | -{{ humanize .chosen_mode.pp }} | -
{{ $global.T "Ranked Score" }} | -{{ humanize .chosen_mode.ranked_score }} | -
{{ $global.T "Total Score" }} | -{{ humanize .chosen_mode.total_score }} | -
{{ $global.T "Total Playcount" }} | -{{ humanize .chosen_mode.playcount }} | -
{{ $global.T "Total Replays Watched" }} | -{{ humanize .chosen_mode.replays_watched }} | -
{{ $global.T "Total Hits" }} | -{{ humanize .chosen_mode.total_hits }} | -
- {{ .T "The leader of the clan." }}
-
- {{ .T "The members of the clan." }}
-