{{ esc_html(notice.message) }}
{{ __('Total licenses:') }} {{ total_licenses }}
| {{ __('License Key') }} | {{ __('Product') }} | {{ __('Customer') }} | {{ __('Domain') }} | {{ __('Status') }} | {{ __('Expires') }} | {{ __('Actions') }} |
|---|---|---|---|---|---|---|
| {{ __('No licenses found.') }} | ||||||
{{ item.license.licenseKey }} |
{% if item.product_edit_url %} {{ esc_html(item.product_name) }} {% else %} {{ esc_html(item.product_name) }} {% endif %} |
{{ esc_html(item.customer_name) }}
{% if item.customer_email %}
{{ esc_html(item.customer_email) }} {% endif %} |
{{ esc_html(item.license.domain) }} | {{ item.license.status|capitalize }} | {% if item.license.expiresAt %} {{ item.license.expiresAt|date('Y-m-d') }} {% else %} {{ __('Never') }} {% endif %} | {% if item.license.status != 'revoked' %} {{ __('Revoke') }} {% endif %} {{ __('Delete') }} |