{{ 'APP.USERS.SEARCH.TABLE.HEADER.USERNAME' | translate }} {{ 'APP.USERS.SEARCH.TABLE.HEADER.EMAIL' | translate }} {{ 'APP.USERS.SEARCH.TABLE.HEADER.RANK' | translate }} {{ 'APP.USERS.SEARCH.TABLE.HEADER.CREATEDAT' | translate }} {{ 'APP.USERS.SEARCH.TABLE.HEADER.ACTIONS' | translate }}
{{ result.username}} {{ result.email}} {{ result.rank}} {{ result.created_at * 1000 | date:'yyyy-MM-dd HH:mm' }}
{{ 'APP.USERS.SEARCH.TABLE.LABEL.ISLOADING' | translate }} {{ 'APP.USERS.SEARCH.TABLE.LABEL.NORESULTS' | translate }}