File thumbnail
{report.file.name}
Type
{report.file.abuse_type === "" ? report.type : report.file.abuse_type}
{#if report.status !== "pending"}
Status
{report.status}
{/if}
R
{report.reports.length}
V
{report.file.views}
DL
{Math.round(report.file.bandwidth_used / report.file.size)}
open_in_new Open file {#if can_grant} {/if} {#if can_reject} {/if}
{#if preview}
{/if}
{#each report.reports as user_report} {#if user_report.description !== ""} {/if} {/each}
Time IP Type Status Reports from this IP
{formatDate(user_report.time, true, true, false)} {user_report.ip_address} {user_report.type} {user_report.status} {ip_report_count[user_report.ip_address]} {#if can_grant} {/if} {#if can_reject} {/if}
Description {user_report.description}