{$fieldset->getName()}

This is the data assigned to the {$fieldset->getName()} aspect of this document.

{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}