@if (Auth) { @if (mailnotify?.length) {
} }
{{ "Total Tickets" | translate }}

{{ totlaTicketscount }}

{{ "Active Tickets" | translate }}

{{ activeTicketscount }}

{{ "On-Hold Tickets" | translate }}

{{ onhoildTicketscount }}

{{ "Closed Tickets" | translate }}

{{ closedTicketscount }}

@if(quotationscount > 0){
} @if(invoicescount > 0){
} @if(setting?.enableRefund == 'on' && refundscount){
{{'Refunds' | translate}}

{{ refundscount }}

}

{{'Tickets Summary' | translate}}

@if (setting?.CUSTOMER_TICKET == 'no') { }
@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}} "