{{if bannedForever .ban}}YOUR'E PERMABANNED, IDIOT!{{else if isBanned .ban .banBoards}}YOU ARE BANNED :({{else}}YOU ARE NOT BANNED :){{end}}
{{if not (isBanned .ban .banBoards)}}
You're not banned. Good job.
{{else}}
{{if eq .ban.Boards ""}}
You are banned from posting on all boards for the following reason:{{else}}
You are banned from posting on {{.ban.Boards}} for the following reason:{{end}}
{{.ban.Reason}}
{{$expires_timestamp := formatTimestamp .ban.Expires}}{{$appeal_timestamp := formatTimestamp .ban.AppealAt}}
Your ban was placed on {{formatTimestamp .ban.Timestamp}} and will
{{if .ban.Permaban}}not expire{{else}}expire on {{$expires_timestamp}}{{end}}.
Your IP address is {{.ban.IP}}.
{{if .ban.CanAppeal}}You may appeal this ban:
{{else}}You may not appeal this ban. {{end}}
{{if bannedForever .ban}}
{{else if isBanned .ban .banBoards}}
{{end}}
{{end}}