'SubscriptionTable|GitLab allows you to continue using your subscription even if you exceed the number of seats you purchased. You will be required to pay for these seats upon renewal.',
),
header:{
icon:'monitor',
title:s__('SubscriptionTable|Usage'),
},
columns:[
{
id:'seatsInUse',
label:s__('SubscriptionTable|Seats currently in use'),
value:null,
colClass:'number',
popover:{
content:s__('SubscriptionTable|Usage count is performed once a day at 12:00 PM.'),
label:s__('SubscriptionTable|Subscription end date'),
value:null,
isDate:true,
},
{
id:'lastInvoice',
label:s__('SubscriptionTable|Last invoice'),
value:null,
isDate:true,
popover:{
content:s__(
'SubscriptionTable|This is the last time the GitLab.com team was in contact with you to settle any outstanding balances.',
),
header:{
icon:'monitor',
title:s__('SubscriptionTable|Usage'),
},
hidden:true,
columns:[
{
id:'seatsInSubscription',
label:s__('SubscriptionTable|Seats in subscription'),
value:null,
colClass:'number',
},
{
id:'seatsInUse',
label:s__('SubscriptionTable|Seats currently in use'),
value:null,
colClass:'number',
popover:{
content:s__('SubscriptionTable|Usage count is performed once a day at 12:00 PM.'),
},
},
{
id:'maxSeatsUsed',
label:s__('SubscriptionTable|Max seats used'),
value:null,
colClass:'number',
popover:{
content:s__(
'SubscriptionTable|This is the maximum number of users that have existed at the same time since this subscription started.',
),
},
},
{
id:'seatsOwed',
label:s__('SubscriptionTable|Seats owed'),
value:null,
colClass:'number',
popover:{
content:s__(
'SubscriptionTable|GitLab allows you to continue using your subscription even if you exceed the number of seats you purchased. You will be required to pay for these seats upon renewal.',
),
},
},
],
},
{
id:'nextInvoice',
label:s__('SubscriptionTable|Next invoice'),
value:null,
isDate:true,
popover:{
content:s__(
'SubscriptionTable|This is the next date when the GitLab.com team is scheduled to get in contact with you to settle any outstanding balances.',