The repeater will output the number of the item wherever it finds the #{} directive. For example
<ul id='Listofdays3' > <li>${Name} is day number #{}</li> </ul>
will produce