#
{{ 'NAME' | translate }}
{{ 'TELLER' | translate }}
{{ 'OPEN_TIME' | translate }}
{{ 'CLOSE_TIME' | translate}}
{{ 'ACCOUNT' | translate}}
{{ 'BALANCE' | translate}}
{{ 'OPTIONS' | translate}}
{{i + 1}}
{{till?.name}}
{{till?.teller?.firstName + ' '}} {{till?.teller?.lastName}}
-
{{till?.openedAt | cbsDateFormat}} {{till?.openedAt | cbsTimeFormat}} - {{till?.closedAt | cbsDateFormat}} {{till?.closedAt | cbsTimeFormat}} - {{till?.accounts[0].number}} | {{ till?.accounts[0].name}} {{till?.balance}}

{{ 'NO_DATA' | translate }}