@model OrganizationsModel @{ ViewData["Title"] = "Organizations"; }
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 { } |