{* * 2007-2018 PrestaShop * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade PrestaShop to newer * versions in the future. If you wish to customize PrestaShop for your * needs please refer to http://www.prestashop.com for more information. * * @author PrestaShop SA * @copyright 2007-2018 PrestaShop SA * @license http://addons.prestashop.com/en/content/12-terms-and-conditions-of-use * International Registered Trademark & Property of PrestaShop SA *}

{l s='Customer activity list' mod='psgdpr'} {$module_display|escape:'htmlall':'UTF-8'}

{l s='Keep track of your customer activity related to data accessibility, consent and erasure.' mod='psgdpr'}


{foreach from=$logs item=log} {if $log.request_type eq 1} {/if} {if $log.request_type eq 2} {/if} {if $log.request_type eq 3} {/if} {if $log.request_type eq 4} {/if} {/foreach}
{l s='Client name/ID' mod='psgdpr'} {l s='Type of request' mod='psgdpr'} {l s='Submission date' mod='psgdpr'}
{$log.client_name|escape:'htmlall':'UTF-8'}{l s='Consent confirmation' mod='psgdpr'}{l s='Accessibility' mod='psgdpr'} (pdf){l s='Accessibility' mod='psgdpr'} (csv){l s='Erasure' mod='psgdpr'}{$log.date_add|escape:'htmlall':'UTF-8'}