{$fieldset->getName()}

{capture assign=name} {$fieldset->getName()} {/capture} {i18n arg_name=$name}This is the data assigned to the #name# aspect of this document.{/i18n}

{foreach item=aFieldPair from=$fieldset_values}
{$aFieldPair.field->getName()}
{if ($aFieldPair.current_value !== null)}{$aFieldPair.current_value} {else}no value in this version{/if}
{/foreach}