@model ManageAccountViewModel @{ ViewData["Title"] = "Manage Account"; var subscription = Model.Subscription; var trial = Model.Trial; }
Account
@Model.User.Email
Email address
@Model.User.Email
Email verified
@(Model.User.EmailConfirmed ? "Yes" : "No")
Two-factor authentication
@(Model.User.TwoFactorEnabled ? "Enabled" : "Not enabled")
Use an authenticator app to add an extra sign-in step for your account.
No active subscription is assigned.
} else { @if (trial is not null) {Free trial status
Your 30-day @trial.PlanName trial expires on @FormatDate(trial.ExpiryDateUtc).
Current plan
@subscription.DisplayName
Trial start
@(trial is null ? "Not on trial" : FormatDate(trial.StartDateUtc))
Trial expiry
@(trial is null ? "Not on trial" : FormatDate(trial.ExpiryDateUtc))
Days remaining
@(trial is null ? "Not on trial" : trial.StatusLabel)
Books
@FormatLimit(subscription.MaxBooks)
Storage
@FormatStorage(subscription.MaxStorageMB)
Chapters per book
@FormatLimit(subscription.MaxChaptersPerBook)
Scenes per book
@FormatLimit(subscription.MaxScenesPerBook)
Characters per project
@FormatLimit(subscription.MaxCharactersPerProject)
Collaborators
@subscription.MaxCollaborators
Permanently close your PlotDirector account.
This will delete your account, all projects, uploaded files, notes and project data. This action cannot be undone.
@if (Model.HasPaidBillingRisk) {