Help for this page

Select Code to Download


  1. or download this
    <ul>
    <TMPL_LOOP states>
    ...
      </ul>
    </TMPL_LOOP>
    </ul>
    
  2. or download this
    my @states = (
           {
    ...
    );
    
    $tmpl->param( states => \@states );