10 lines
240 B
Smarty
10 lines
240 B
Smarty
{if $menge==0}
|
|
<td nowrap style="font-size:11pt" align="left"><span style='color:#009900'>{$menge}</td>
|
|
{else}
|
|
<td nowrap style="font-size:11pt" align="left"><span style='color:#009900'>{$menge}</td>
|
|
{/if}
|
|
|
|
|
|
|
|
|
|
|