| # | {{ 'TABLE_FIELDS.USERNAME' | translate}} | {{ 'TABLE_FIELDS.UPLOAD' | translate}} | {{ 'TABLE_FIELDS.DOWNLOAD' | translate}} | {{ 'TABLE_FIELDS.SCORE' | translate}} | {{ 'TABLE_FIELDS.ACCOUNT_STATUS' | translate}} | |
|---|---|---|---|---|---|---|
{{vm.resultMsg | translate}} |
||||||
| {{(vm.currentPage-1) * vm.itemsPerPage + $index + 1}} | {{user.examinationData.uploaded | bytes:2}} | {{user.examinationData.downloaded | bytes:2}} | {{user.examinationData.score | number: 2}} | {{ 'STATUS_FIELD.' + user.status.toUpperCase() | translate }} | ||