{if $freeze}
{if isset($parseValue)}
{if $parseValue.label}
{if $parseValue.translated_label}
{$parseValue.translated_label|escape:"htmlall"}
{else}
{$parseValue.label|escape:"htmlall"} {$unrecognizedLabelTxt|escape:"htmlall"}
{/if}
: {$parseValue.value|escape:"htmlall"}
{else}
{$parseValue.raw_value|escape:"htmlall"} {$unrecognizedValueTxt|escape:"htmlall"}
{/if}
{else}
{$noValueTxt|escape:"htmlall"}
{/if}
{else}
{/if}