<h1>PowerMovieList</h1>
<p>Version {$Version}</p>
<p>Copyright © 1998-2003 by Nikotto</p>
<table border='0' cellpadding='5 ' cellspacing='1' class='tblback'>
<tr class='top'>
<td colspan='2'>{if $Active == "index"}{$lang.strSomeStatisticsForAllLists}{else}{$lang.strSomeStatisticsForThisList}{/if}</td>
</tr>
{cycle values="row1,row2" print=false advance=false}
{foreach from=$AboutData item=Line}
<tr class='{cycle}'>
<td align='right' valign='top'><b>{$Line.0}:</b></td>
<td>{$Line.1}</td>
</tr>
{/foreach}
</table>