usa holds an array (find all!) of Destination-objects. so you have to loop over usa. (foreach-loop)
if you can make up a different name for the variable usa, a name that is countable you could use sintags f.i.
{loop destinations}
{end loop}
this would be
$this->Destinations = ...
in the controller
inside the sintags-loop you have following variables
${:singular_name}_loop_key
${:singular_name}_loop_counter
${:singular_name}_is_first
${:singular_name}_is_last
${:singular_name}_odd_position
the rest depends on the html you have to generate.
1 to 4 of 4