{{ 'Customer Name' | translate }}: {{ licenseInfo.customer_name }}
{{ 'Features' | translate }}: {{ licenseInfo.features.join(', ') }}
{{ 'Contract Type' | translate }}: {{ licenseInfo.contract_type }}
{{ 'Expiration Date' | translate }}: {{ licenseInfo.expiration_date }} ({{ '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 }}
{{ 'OS Version' | translate }}: {{ systemInfo.version }}
{{ 'Product' | translate }}: {{ systemInfo.system_product }}
{{ 'Model' | translate }}: {{ systemInfo.model }}
{{ 'Memory' | translate }}: {{ systemInfo.memory }}
{{ 'Serial Number' | translate }}: {{ systemInfo.serial }}