{* Smarty template *}
<table cellpadding="0" cellspacing="0" border="0" class="tableView">
<tr>
<th>{message key='category.form.title'}</th>
<td>{$viewed->title|escape}</td>
</tr>
</table>
<h2>{message key='category.form.description'}</h2>
<div class="contentHolder">
{$viewed->description}
</div>
{include file="after_view.tpl"}
{if $allowedListCommodities}
<h2>{message key='category.form.commodities'}</h2>
{assign var=dontNeedBottomButtons value=true}
{include file="commodity/list.tpl"}
{/if}