@if (history.length === 0) {

No history found

} @if (history.length > 0) {
@if (canEdit()) { }
@for (entry of history; track entry) { @if (canEdit()) { } }
Type Player Banned By Reason Date Expires
{{ this.historyFormat.getType(entry) }}
{{entry.username}}'s Minecraft skin {{ entry.username }}
{{entry.punishedBy}}'s Minecraft skin {{ entry.punishedBy }}
{{ entry.reason | removeTrailingPeriod }} {{ this.historyFormat.getPunishmentTime(entry) }} {{ this.historyFormat.getExpiredTime(entry) }} edit
}