Is it possible to test to see how many times you've already looped over the map?
Something like the following:
@item.itemImgs.map { img =>
@if(img._1) {
<html stuff>
}
}
The above is the Play Framework templating engine in a *.scala.html
document.