<% include com/stdhead.html %> <%- include('com/nav.html', {navClass: ''}) %>
<% if (updated) { %> <% } %>

Account settings

Storage

<%= bytes(diskUsage) %>/<%= bytes(diskQuota) %>

<%= sessionUser.archives.length %> <%= pluralize(sessionUser.archives.length, 'archive') %> View your profile

<% if (diskUsage > diskQuota) { %>

You are out of disk space! Your archives will still be hosted, but you can't add any new archives or upload any new files.

<% if (!sessionUser.plan || sessionUser.plan === 'basic') { %>

Upgrade to Pro to get more space.

Upgrade Pro

<% } else { %>

Please contact support for more information.

<% } %>
<% } %>
<% if (stripePK) { %>

Plan

<% if (!sessionUser.plan || sessionUser.plan === 'basic') { %>

You are signed up for Hashbase's free account. Upgrade now Pro

<% } else { %>

You are signed up for Hashbase Pro. Downgrade to a free plan

<% } %>

<% if (sessionUser.stripeCardLast4) { %>

Payment information

XXXX-XXXX-XXXX-<%= sessionUser.stripeCardLast4 %>

Update payment information

<% } %>
<% } %>
<% include com/footer.html %> <% include com/stdjs.html %> <% if (stripePK) { %> <% } %>