{{@include("header", it)/}}
Total Players
{{it.stats.players}}
Total Playtime
{{it.stats.playTime}}
Whitelists
{{it.stats.whitelists}}
Warns
{{it.stats.warns}}
Bans
{{it.stats.bans}}
Last {{it.queryLimits.whitelist}} Whitelist requests:
{{@if(!it.disableWhitelist)}} {{/if}}
{{@if(it.disableWhitelist)}}

Whitelist checking disabled

{{#else}} {{@if(it.lastWhitelistBlocks.length == 0)}}

No pending whitelist requests

{{#else}} {{@each(it.lastWhitelistBlocks) => wlReq}} {{/each}}
Actions Time ID Name
{{@if(it.permsDisable.whitelist)}} {{#else}} {{/if}} {{wlReq.time}} {{wlReq.id}} {{wlReq.name}}
{{/if}} {{/if}}
Ban Identifiers:
{{@if(it.disableBans)}}

ban checking disabled

{{#else}} {{@if(it.permsDisable.ban)}}

you can't ban people

{{#else}}
Valid identifiers: steam, license, xbl, live, discord, fivem. You can insert multiple IDs separated by comma.
Note: The ban will be applied to all identifiers.
{{/if}} {{/if}}
{{it.message|safe}}
Last {{it.queryLimits.players}} joined players
{{@if(it.lastPlayers.length == 0)}}

no players yet...

{{#else}}
{{@each(it.lastPlayers) => player}}
{{player.name}} {{player.joined}}
{{/each}}
{{/if}}
Last {{it.queryLimits.actions}} actions (bans/warns/whitelists):
{{@if(it.lastActions.length == 0)}}

no actions yet...

{{#else}}
{{@each(it.lastActions) => action}}
{{action.message|safe}} ({{action.id}}) {{action.date}} {{@if(!it.permsDisable.ban || !it.permsDisable.whitelist)}} {{@if( action.isRevoked || action.type == 'warn' || (action.type == 'ban' && it.permsDisable.ban) || (action.type == 'whitelist' && it.permsDisable.whitelist) )}}   REVOKE {{#else}}   {{/if}} {{/if}}
{{action.reason|unnull}} {{@if(action.footerNote)}} {{action.footerNote}} {{/if}}
{{/each}}
{{/if}}
{{@include("footer", it)/}}