document_specific_metadata.smarty 437 Bytes
<table class="prettysw" cellpadding="0" cellspacing="0">
<caption colspan="{$map|count}"><b>Type Specific Meta Data</b></caption>
{ foreach key=k item=values from=$map }
<tr>
  <th>{$k}</th>
  { foreach item=v from=$values }
    { cycle values="odd,compare" name=$k assign="class" }
    <td class="{$class}" style="width: 10em">{$v|default:"&nbsp;"}</td>
  { /foreach }
</tr>
{ /foreach }
</table>

{ if $editable }
{$editable}
{ /if }