More comprehensible item list variables

In views, with Angular, list are created with <ng-template let-item="item"> ... <Image [src]="item.src"....

To be more comprehensible, replace item by another word.
<ng-template let-unit="item"> ... <Image [src]="unit.src"...