{#if result !== false && offences > 0}
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:
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 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.
{#each result.offences as offence (offence.ban_time)}
Reason
Reporter
Ban date
Expiry date
File
{/each}
{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}