Multiple rows for repeater

Hello,

is it possible for the Repeater-Field to set 2 rows in the Wrapper and got diffrent 2 templates

TPL-1
HTML Code for row-1

TPL-1
HTML Code for row-2

ROWS

<div class="row1">
[[+rows-1]]
</div>
<div class="row1">
[[+rows-2]]
</div>

Inner Fields are the Same for the TPL output
i have to build diffrent solutions for Desktop & Mobile…

otherwise i use 2 Repeater and then each product has to be entered twice :confused:

thx
Chris