{** * Copyright since 2007 PrestaShop SA and Contributors * PrestaShop is an International Registered Trademark & Property of PrestaShop SA * * NOTICE OF LICENSE * * This source file is subject to the Academic Free License 3.0 (AFL-3.0) * that is bundled with this package in the file LICENSE.md. * It is also available through the world-wide-web at this URL: * https://opensource.org/licenses/AFL-3.0 * If you did not receive a copy of the license and are unable to * obtain it through the world-wide-web, please send an email * to license@prestashop.com so we can send you a copy immediately. * * @author PrestaShop SA * @copyright Since 2007 PrestaShop SA and Contributors * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0) *}

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