<%- include("../partials/meta") %>
Go back...

<%= user.name%> (<%= user.alias_id %>)

<%= user.desc %>

Authentication Key

An authentication key is required if you want to upload images under your account and be able to delete them.

Files (<%= images.length %>)

<% images.forEach((image, index) => { %>

<%= index + 1 %>

<%= image.timestamp %>

<%})%>