for ($ObjectType$ listItem : $ListName$)
{
    System.out.println("Item:" + listItem);
}