solo cosi

codice:
<TMPL_LOOP name>
<div><TMPL_VAR name1></div>
<div><TMPL_VAR name2></div>
<div><TMPL_VAR name3></div>
</TMPL_LOOP name>

<TMPL_LOOP name>
<div><TMPL_VAR name1></div>
<div><TMPL_VAR name2></div>
<div><TMPL_VAR name3></div>
</TMPL_LOOP name>
ma l'output è consecutivo, i tuoi esempi sono la stessa cosa