@if ((query | async)?.data?.coupons; as coupons) { {{ 'profile.title' | translate }} {{ 'profile.code' | translate }} {{ 'profile.dateTime' | translate }} {{ 'profile.status' | translate }} @for (data of table.data; track data) {
{{ data.title }}
{{ data.description }}
{{ data.code }} {{ data.startAt | date: 'mediumDate'}} - {{data.expireAt | date: 'mediumDate'}} {{data.isEnabled ? ('profile.enabled' | translate) : ('profile.disabled' | translate)}} }
}