un passo alla volta.

riesci a stampare così?
codice:
<div><TMPL_VAR name1></div>
<div><TMPL_VAR name2></div>
<div><TMPL_VAR name3></div>
<div><TMPL_VAR name1></div>
<div><TMPL_VAR name2></div>
<div><TMPL_VAR name3></div>
o puoi solo stampare così?
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>