{#if loading}
{/if}

Account activity log

Here you can see files that have recently expired or have been blocked for breaking the content policy.

{#each months as month}

{month.month}

{#each month.rows as row} {/each}
Time Event File name File removal reason
{formatDate(row.time, true, true, false)} {#if row.event === "file_instance_blocked"} File blocked for abuse {:else if row.event === "file_instance_expired"} File expired {/if} {row.file_name} {row.file_removal_reason}
{/each}