I'm trying to make a template that will show the given basal rate in units for each specific hour (I'm basing it on the 'standard' layout) which shows 24 hour time. I can't figure out how to get the basals to show on the given time. It simply totals the basal and spills it out on the first field.
for instance it would look something like this:
time: 1a 2a 3a 4a 5a 6a 7a .....total
basal: .02 .02 .3 .3 .3 .2 .2 .....5.55
instead the current template looks like this
time 1a 2a 3a 4a .... total
basal 5.55 5.55
Does this make sense what I'm trying to do?