{use_macro file="Dataface_Record_Template.html"} {fill_slot name="record_content"} {if !$error} {/literal} {load_record var="source_record"}
{foreach from=$source_record->_table->keys() item="keyfield"} {/foreach}
{foreach from=$log item="logitem"} {/foreach}
{translate id="templates.Dataface_RecordHistory.LABEL_ID"}ID{/translate} {translate id="templates.Dataface_RecordHistory.LABEL_DATE"}Date{/translate} {translate id="templates.Dataface_RecordHistory.LABEL_LANGUAGE"}Language{/translate} {translate id="templates.Dataface_RecordHistory.LABEL_USER"}User{/translate} {translate id="templates.Dataface_RecordHistory.LABEL_COMMENTS"}Comments{/translate}
{actions var="actions" category="history_record_actions" history__id=$logitem.history__id}
    {foreach from=$actions item="action"}
  • {$action.label|escape}
  • {/foreach}
Show details {$logitem.history__id|escape} {$logitem.history__modified|escape} {$logitem.history__language|escape} {$logitem.history__user|escape} {$logitem.history__comments|escape}
{else}
{$error->getMessage()|escape:"html"}
{/if} {/fill_slot} {/use_macro}