| 362 | | <table id="displaymeta{$id}" class="displaymeta infoTable"> |
| 363 | | {foreach from=$meta.lines item=value key=label name=metaloop} |
| 364 | | {if ($smarty.foreach.metaloop.iteration-1) % #metaNumCols# == 0} |
| 365 | | {if !$smarty.foreach.metaloop.first}</tr>{/if} |
| 366 | | {if !$smarty.foreach.metaloop.last}<tr>{/if} |
| 367 | | {/if} |
| 368 | | <td class="label">{$label|@translate}</td> |
| 369 | | <td class="value">{$value}</td> |
| 370 | | {/foreach} |
| 371 | | </table> |
| | 362 | |
| | 363 | {if count($meta.lines)>0 and !array_key_exists('<!--rawContent-->', $meta.lines)} |
| | 364 | <table id="displaymeta{$id}" class="displaymeta infoTable"> |
| | 365 | {foreach from=$meta.lines item=value key=label name=metaloop} |
| | 366 | {if ($smarty.foreach.metaloop.iteration-1) % #metaNumCols# == 0} |
| | 367 | {if !$smarty.foreach.metaloop.first}</tr>{/if} |
| | 368 | {if !$smarty.foreach.metaloop.last}<tr>{/if} |
| | 369 | {/if} |
| | 370 | <td class="label">{$label|@translate}</td> |
| | 371 | <td class="value">{$value}</td> |
| | 372 | {/foreach} |
| | 373 | </table> |
| | 374 | {else} |
| | 375 | {assign var='empty' value='<!--rawContent-->'} |
| | 376 | {$meta.lines.$empty} |
| | 377 | {/if} |