Need a mathematician smarty pants please

That's because of the $index which you don't use in your case :slight_smile:

I wondered if it was because index starts at 0.

Out of interest i seem to recall there being another thing called $number which used to start at 1, has that been removed some time ago.

Yes, it has been removed as {{$index + 1}} is the same as what {{$number}} was :slight_smile:

1 Like