<div class=path>&nbsp;
<a href="[% home %]/chapter">
Categor&iacute;as</a> &nbsp; &nbsp;<b>&gt; &gt; </b>&nbsp; &nbsp;
<a href="[% home %]/chapter/[% chapter %]">
[% chapter_desc %]</a>
&nbsp; &nbsp; <b>&gt; &gt; &nbsp; &nbsp;</b>
<B>[% subchapter %]</B>
</div>
[% class = 's' %]
<div class=box>
<table width="99%">
[% USE table(results, rows=3) %]
[% FOREACH column = table.cols %]
[% FOREACH item = column %]
[% IF item == column.first %]
[% class = (class == 'r') ? 's' : 'r' %]
<tr valign="top" class="[% class %]">
[% END -%]
[% IF item.dist_id %]
<td>
<a href="[% home %]/dist/[% item.dist_name %]">
[% item.dist_name %]</a>
<br /><small>[% item.dist_abs %]</small>
</td>
[% END -%]
[% IF item == column.last %]
</tr>
[% END -%]
[% END -%]
[% END -%]
</table>
</div>
