<!-- NAME: quota_default_view.tpl -->
<table>
<tr>
<td>
{$ATTRIBLABEL} :
</td>
</tr>
<tr>
<td>
<table class="table" style="width: {$WIDTH}pt;">
<thead>
<tr>
<th>
{$SERVER}
</th>
<th>
{$DIRECTORY}
</th>
<th>
{$QUOTACLASS}
</th>
<th>
{$DESCRIPTION}
</th>
</tr>
</thead>
<tbody>
{section name=counter loop=$entry}
<!--entry BEGIN-->
<tr>
<td>
{$entry[counter].SERVER}
</td>
<td>
{$entry[counter].DIRECTORY}
</td>
<td>
{$entry[counter].QUOTACLASS}
</td>
<td>
{$entry[counter].DESCRIPTION}
</td>
</tr>
<!--entry END-->
{/section}
</tbody>
</table>
</td>
</tr>
</table>
<!-- END: quota_default_view.tpl -->