@if (punishment === undefined) {
Loading...
} < Back
{{ this.historyFormat.getType(punishment) }}
{{ this.historyFormat.isActive(punishment) ? 'Active' : 'Inactive' }}
}
@if (punishment) {
}
Player
{{ punishment.username }}
@if (punishment) {
}
Moderator
{{ punishment.punishedBy }}
@if (punishment) {
}
Reason
{{ punishment.reason | removeTrailingPeriod }}
@if (punishment) {
}
Date
{{ this.historyFormat.getPunishmentTime(punishment) }}