{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|escape:"htmlall"}
{/foreach} {else} {$noValueTxt|escape:"htmlall"} {/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} {/if} {if $parseValue} {$parseValue[$c].translated|escape:"htmlall"} {else} {$noValueTxt|escape:"htmlall"} {/if} {else} {/if}
{/foreach} {/if}