LingDocs Account

<% if (user.admin) { %>
Admin Console
<% } %>

Profile

<% if (user.email) { %> <% } else { %> <% } %>
<% if (error === "email taken") { %> <% } else if (typeof user.emailVerified === "string") { %> <% } %>
Account Level: <%= user.level.charAt(0).toUpperCase() + user.level.slice(1) %>
<% if (user.level === "basic") { %>

Upgrade to Student account for Wordlist features

<% } %> <% if (user.level === "student" && user.subscription) { %>

Current subscription: <% if (user.subscription.metadata.cycle === "monthly") { %>$1/month<% } else { %>$10/year<% } %>

Downgrade to cancel your subscription

<% } %> <% if (user.email) { %>

Password

<% if (!user.password) { %>

Add a password to be able to log in with just your e-mail address.

<% } %> <% } %>