{#if entry.type === "IGNORE_REPORT"} ignored a report {:else if entry.type === "WARN_USER" || entry.type === "WARN_USER_AND_CLEAR_PROFILE"} warned {:else if entry.type === "SUSPEND_USER"} suspended {:else if entry.type === "QUERY_SENSITIVE_USER_DATA"} looked up sensitive data of {:else} (unknown action
{entry.type}
) {/if} {#if entry.target_user}
{/if} {#if entry.target_member} for member
{/if}
{date}
{#if entry.type === "IGNORE_REPORT"} {#if entry.report}
Report
From:
{entry.report.reporter_id}
Target:
{entry.report.target_user_id}
Reason:
{entry.report.reason}
{#if entry.report.context}
Context:
{entry.report.context}
{/if}
{:else}
(the ignored report has been deleted)
{/if} {/if} {#if reason}
Reason
{@html reason}
{:else}
(no reason given)
{/if}