We are rebranding and transitioning to coded locks.
You can see more information about your bookings by swiping left/right below
Student Name | Number | Location | Position | School | Year | Rental Cost | Rebook | |
---|---|---|---|---|---|---|---|---|
{{item["firstName"] + ' ' + item["lastName"]}} | {{item["lockerNumber"]}} | {{item["location"]}} | {{item["label"]}} | {{item["school"]}} | {{item["year"]}} | £{{Number(item["rentalCost"]).toFixed(2)}} | {{status(item)}} |
You can see more information about your bookings by swiping left/right below
Student Name | Number | Location | Position | School | Year | Rental Cost | |
---|---|---|---|---|---|---|---|
{{item["firstName"] + ' ' + item["lastName"]}} | {{item["lockerNumber"]}} | {{item["location"]}} | {{item["label"]}} | {{item["school"]}} | {{item["year"]}} | £{{item["rentalCost"]}} |