{{ tr.login }}
{{ tr.loginFailed }}
{{ tr.loginFailed }}
| {{ tr.code }} | {{ tr.edition }} | {{ tr.expiration }} | {{ tr.status }} | {{ tr.hostId }} | {{ tr.licenseKey }} | {{ tr.action }} |
|---|---|---|---|---|---|---|
| {{ formatBlocks(c.code) }} | {{ editionName(c.edition) }} | {{ c.expirationDate ? c.expirationDate.slice(0,10) : tr.noExpiration }} | {{ c.isRedeemed ? tr.redeemedOn.replace('{date}', c.redeemedDate.slice(0,10)) : tr.notRedeemed }} | {{ c.hostId || '-' }} | {{ c.licenseKey ? formatBlocks(c.licenseKey) : '-' }} |