{#if creating}





{/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_public_id} {offence.file_name} {/if}
{/each}