{{'Closed Tickets' | translate}}

@if (isloader) { } @if (!input.value.length) { } @else { }
{{'Sl.No' | translate}} {{i + 1 + (paginator.pageIndex * paginator.pageSize)}} {{ "Ticket Details" | translate}}
{{ row?.subject }}
  • #{{ row?.ticket_id }}
  • {{row?.created_at | date : setting?.date_format : timezone}}
  • @if (row?.priority != null) {
  • {{ row?.priority | translate }}
  • } @if (row?.category_id != null) { @if (row?.category != null) {
  • {{ row?.category.name }}
  • } } @if (row?.enc_last_reply == null) {
  • {{row?.created_at | dateAgo : timezone}}
  • } @else {
  • {{row?.enc_last_reply | dateAgo : timezone}}
  • } @if (row?.purchasecodesupport != null) { @if (row?.purchasecodesupport?.toLowerCase() == 'supported' || row?.purchasecodesupport == 'true') {
  • {{'Support Active' | translate}}
  • } @else { @if (row?.purchasecodesupport?.toLowerCase() == 'expired') {
  • {{'Support Expired' | translate}}
  • } } }
{{ "Status" | translate}} @if (row?.status !== null) { {{ row?.status | translate }} } {{ "Actions" | translate}}
{{'No data Found'| translate}} {{'No data matching the filter'| translate}} " {{input.value}} "