{{ __('Attention:') }} {{ stats.expiring_soon }} {{ stats.expiring_soon == 1 ? __('license is') : __('licenses are') }} {{ __('expiring within the next 30 days.') }} {{ __('View Licenses') }}
| {{ __('Lifetime Licenses') }} | {{ stats.lifetime }} |
| {{ __('Time-limited Licenses') }} | {{ stats.expiring }} |
| {{ __('Expiring Soon (30 days)') }} | {{ stats.expiring_soon }} |
{{ __('No license data available yet.') }}
{% else %}| {{ __('Product') }} | {{ __('Licenses') }} |
|---|---|
| {{ esc_html(product.product_name) }} | {{ product.count }} |
{{ __('No license data available yet.') }}
{% else %}| {{ __('Domain') }} | {{ __('Licenses') }} |
|---|---|
{{ esc_html(domain.domain) }} |
{{ domain.count }} |
{{ __('No license data available yet.') }}
{% else %}{{ __('The following REST API endpoints are available for retrieving license statistics:') }}
| {{ __('Endpoint') }} | {{ __('Description') }} |
|---|---|
GET {{ rest_url }}stats |
{{ __('Get license statistics with time-series data') }} |
GET {{ rest_url }}products |
{{ __('Get license counts by product') }} |