Edit the HotSpot Status Page

I want to show the limit bytes total to the users
How to get to this amount on the status page
ip hotspot user user1 limit bytes total
Capture.JPG

did anyone figure how to ?

please take a look at this page: https://wiki.mikrotik.com/wiki/Manual:Customizing_Hotspot#Working_with_variables

in the Traffic counters section you will find remain-bytes-in and remain-bytes-out variables. You need to edit status.html page and another table row e.g.:

bytes up/down remain:$(remain-bytes-in) / $(remain-bytes-out)