{#if result !== false && offences > 0}
{#if result.banned === true} Your IP address has been banned, click for details {:else} Your IP address has received a copyright strike, click for details {/if}
{#if result.banned === true}

Your IP address ({result.address}) has been banned from uploading to pixeldrain due to violation of the content policy. Below is a list of files originating from your IP address which have been blocked:

{:else}

Your IP address ({result.address}) has received copyright strikes. At 10 copyright strikes your IP address will be banned and you will be unable to upload files to pixeldrain. Below is a list of files originating from your IP address which have been blocked:

{/if}
{#each result.offences as offence (offence.ban_time)} {/each}
Reason Reporter Ban date Expiry date File
{offence.reason} {offence.reporter} {formatDate(offence.ban_time, false, false, false)} {formatDate(offence.expire_time, false, false, false)} {#if offence.file_public_id} {offence.file_name} {/if}

If you would like to dispute your IP ban you can mail me at support@pixeldrain.com. Please do not mail unless you have a good reason. If you do not provide a valid reason why the IP ban should be reversed your e-mail will be ignored. And do not forget to put your IP address ({result.address}) in the e-mail.

{/if}