{$title} {if $context->aError}
{i18n}The data for this conditional metadata fieldset was not completely provided. Provide the extra information, and save your changes afterwards.{/i18n}
{/if}

{$description}

{* non-fixed *}
{foreach from=$fields item=oField} {assign var=fieldid value=$oField->getId()} {assign var=fielderror value=$error[$fieldid]}
{capture assign=fid}{$oField->getId()}{/capture}

{$oField->getDescription()}

{if ($values.$fid !== null)}{$values.$fid} {else}{i18n}no value{/i18n}{/if}
{/foreach}