{if $freeze} {if isset($parseValue)} {foreach $components as $c => $cconf} {if !isset($parseValue[$c])}{continue}{/if}
{if !empty($parseValue[$c].label) and $parseValue[$c].label!='no'}
{assign var=clabel value=$parseValue[$c].label}
{/if}
{$parseValue[$c].translated}
{if $cconf.type=='table' or $cconf.type=='codeEntite'}
{if $parseValue and !empty($parseValue[$c].label) and $parseValue[$c].label!='no'}
{assign var=clabel value=$parseValue[$c].label}
{/if}
{if $parseValue}
{$parseValue[$c].translated}
{else}
{$noValueTxt}
{/if}
{else}
{/if}