Hi Viktor thanks,

i try this way:

{if $item.Key == 'opisite_kratko' }<td class="name"></td>

{else}
<td class="name">{$item.name}:</td>
{/if}

- this is for one field.
How to write for multi field, for 2 field?

i dont understand {if} function - i now that is posibility for ' and if ' but dont now where that is going.