{{ "SUPPLIER_LIST" | translate }}
{{ "ACTION" | translate }}
{{ "SUPPLIER_CODE" | translate }} {{ "NAME" | translate }} {{ "CONTACT_PERSON" | translate }} {{ supplier.contactPerson }} {{ "EMAIL" | translate }} {{ supplier.email }} {{ "PHONE_NUMBER" | translate }} {{ supplier.phone }} {{ "STATUS" | translate }} {{ supplier.status | SupplierStatus | translate }} {{ "COUNTRY" | translate }} {{ supplier.country }} {{ "ADDRESS" | translate }} {{ supplier.address }} {{ "ALL" | translate }} @for (status of statusList; track $index) { {{ status.label }} }
{{ "NO_DATA_FOUND" | translate }}