-
- {{t 'Showing all the records'}}
-
+ {{#if (eq this.router.currentRoute.queryParams.filter 'discount')}}
+
+
+ {{t 'Filter by Discount'}}
+
+ {{else if (eq this.router.currentRoute.queryParams.filter 'date')}}
+
+
+ {{t 'Filter by Date'}}
+
+ {{else}}
+
+ {{t 'Showing all the records'}}
+
+ {{/if}}