{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} [{$clabel}] {/if} {$parseValue[$c].translated}

{/foreach} {else} {$noValueTxt} {/if} {else} {foreach $components as $c => $cconf}

{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} [{$clabel}] {/if} {if $parseValue} {$parseValue[$c].translated} {else} {$noValueTxt} {/if} {else} {/if}

{/foreach} {/if}