<table border=1 cellspacing=0 cellpadding=2 width="525px">
<tr> <th align="left" class="darkheaderlarge"> <% $info->{name} %> </th> </tr>
<tr>
<td>
<b>Owner</b>: <% $info->{owner} %> <br>
<b>Created</b>: <% $info->{modified} %> <br>
<b>Description</b>: <% $info->{desc} %>
<p>
<a href="/model/<% $info->{name} %>/index.html"> Main page </a> |
<a href="/model/<% $info->{name} %>/config.html"> Configuration  </a>
</td>
</tr>
</table>

<%args>
$info
</%args>

<%init>
</%init>
