Help for this page

Select Code to Download


  1. or download this
      <TMPL_LOOP NAME=DATA>
        <TMPL_VAR NAME=complete><br>
    ...
            <!-- Some other HTML here -->
        </TMPL_IF>
      </TMPL_LOOP>
    
  2. or download this
        $VAR1 = [
          {
    ...
            'complete' => 0
          }
        ];