{if $action=='update'} {include file='overall_adm_iframe.html'} {include file='./overall_block.html' view='header' block=$block parameter=$parameters}
{include file='./overall_block.html' view='administration' lang=$lang block=$block titlestyle=$titlestyle descriptionstyle=$descriptionstyle}
{$lang.RETURN}
{include file='./overall_block.html' view='end'} {elseif $action=='generate'} {include file='./overall_block.html' view='title' block=$block parameter=$parameters} {foreach name=outer from=$data item=line} {/foreach}
{$lang.REPORT_GPDR_ID} {$lang.REPORT_USER_MAIL} {$lang.REPORT_GPDR_DATE} {$lang.REPORT_GPDR_ACTION} {$lang.REPORT_GPDR_TYPE} {$lang.REPORT_BLOCK_DESCRIPTION} {$lang.REPORT_GPDR_MESSAGE}
{$line.id} {$line.user} {$line.date} {$line.action} {$line.type} {$line.data} {$line.finality}
{/if}