Bans {rows.length}
Offences {total_offences}
{#if creating}
{#each abuse_types as t (t)}
{/each}
{/if} {#each rows as row (row.address)}
{row.address}
Offences
{row.offences.length}
Date
{formatDate(row.offences[0].ban_time, false, false, false)}
{#each row.offences as offence (offence.ban_time)} {/each}
Reason Reporter Ban time Expire time File
{offence.reason} {offence.reporter} {formatDate(offence.ban_time, true, true, false)} {formatDate(offence.expire_time, true, true, false)} {#if offence.file_link} {offence.file_name} {/if}
{/each}