{{ 'Customer Name' | translate }}:
{{ licenseInfo.customer_name }}
{{ 'Features' | translate }}:
{{ licenseInfo.features.join(', ') }}
{{ 'Contract Type' | translate }}:
{{ licenseInfo.contract_type }}
{{ 'Expiration Date' | translate }}:
{{ licenseInfo.expiration_date }}
0">
({{ 'expires in {n, plural, one {# day} other {# days} }' | translate: { n: licenseInfo.daysLeftinContract } }})
( {{ 'EXPIRES TODAY' | translate }} )
( {{ 'EXPIRED' | translate }} )
{{ 'Model' | translate }}:
{{ systemInfo.model }}
{{ 'System Serial' | translate }}:
{{ systemInfo.serial }}
{{ 'Additional Hardware' | translate }}:
{{ licenseInfo.add_hardware }}