@model OrganizationsModel @{ ViewData["Title"] = "Organizations"; }

Organizations

@if(!Model.SelfHosted) {
}
@if(!Model.Items.Any()) { } else { @foreach(var org in Model.Items) { } }
Name Plan Seats Created Details
No results to list.
@org.DisplayName() @org.Plan @org.Seats @org.CreationDate.ToShortDateString() @if(!Model.SelfHosted) { if(!string.IsNullOrWhiteSpace(org.GatewaySubscriptionId)) { } else { } } @if(org.MaxStorageGb.HasValue && org.MaxStorageGb > 1) { } else { } @if(org.Enabled) { } else { } @if(org.TwoFactorIsEnabled()) { } else { }