📊 Active Support Contracts
Contract
{{ contract.contract_code }}
Usage
{{ Math.round((contract.used_minutes / contract.total_minutes) * 100) }}%
Balance: {{ ((contract.total_minutes - contract.used_minutes) / 60).toFixed(1) }}h
Total: {{ contract.total_minutes / 60 }}h
🎫 Your Open Support Tickets
| Ticket # | Subject | Status | Created |
|---|---|---|---|
| #{{ ticket.number }} | {{ ticket.title }} | {{ ticket.state }} | {{ new Date(ticket.created_at).toLocaleDateString() }} |
No open tickets found. If you need help, use the button above to contact support.
🔑 License Redemption
Product: {{ code.product_id }}
{{ code.code }}
No licenses available for redemption.
📜 Active Licenses
| Product | Machine ID | Action |
|---|---|---|
| {{ lic.product_id }} | {{ lic.machine_id }} | Download .lic |
No active licenses found.