{{'Purchase Code' | translate}} :
{{ data?.ticket?.purchasecodeVal }}{{'Your support for this item has expired. You may still leave a comment but renew support if you are asking the author for help. View the item support policy' | translate}}
} }{{'Your support for this item has expired. You may still leave a comment but renew support if you are asking the author for help. View the item support policy' | translate}}
}{{'Purchase Code' | translate}} :
{{ data?.ticket?.purchasecodeVal}}{{'Your support for this item has expired. You may still leave a comment but please renew support if you are asking the author for help. View the item support policy' | translate}}
} }{{media}}
{{ticketss.file_name}}
{{'Note' | translate}}:- {{data?.ticket?.note}}
| {{'CC Mail' | translate }} | : | {{data?.ticket?.ccemails?.[0]?.ccemails}} |
| {{'Ticket Category' | translate}} : | @if (data?.ticket?.category) {{{data?.ticket?.category?.name}} | }|
| {{'SubCategory' | translate}} | : | {{data.ticket.subcategoriess?.subcategoryname}} |
| {{'Item name' | translate}} | : | {{ data.ticket.item_name }} @if (!data) { } |
| {{'Project' | translate}} | : | {{ data.ticket.project}} |
| {{'Status' | translate}} : | {{data?.ticket?.status | translate}} | |
| {{'Reply Status' | translate}} | : | @if (data?.ticket?.replystatus == 'Solved') { {{ data?.ticket?.replystatus | translate}} } @else { @if (data?.ticket?.replystatus == 'Unanswered') { {{ data?.ticket?.replystatus | translate }} } @else { @if (data?.ticket?.replystatus == 'Waiting for response') { {{ data?.ticket?.replystatus | translate }} } } } @if (!data) { } |