{** * 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 version 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 and Contributors * @copyright Since 2007 PrestaShop SA and Contributors * @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0 *}
    {foreach from=$testimonials item=testimonial}
  • {$testimonial[$isoCode]['sentence']|default:$testimonial[$defaultIsoCode]['sentence']}

    {$testimonial[$isoCode]['name']|default:$testimonial[$defaultIsoCode]['name']}, {$testimonial[$isoCode]['enterprise']|default:$testimonial[$defaultIsoCode]['enterprise']}

  • {/foreach}
    {if $loginError ne ''}
    error
    {if $loginError eq 'employee_not_found'} {l s='You cannot access the back office with this account. Try another account or contact your administrator.' mod='ps_accounts' } {elseif $loginError eq 'email_not_verified'} {l s='You need to activate your account first by clicking the link in the email. If you need to receive a new activation link,[1]please click here[/1]' tags=[""] mod='ps_accounts' } {elseif $loginError eq 'error_from_hydra' or $loginError eq 'error_other'} {l s='An error occured during login, please contact PrestaShop support' mod='ps_accounts'} {else} {$loginError} {/if}
    {/if} {if !isset($wrong_folder_name) && !isset($wrong_install_name)} {else}
    error

    {l s='For security reasons, you cannot connect to the back office until you have:' d='Admin.Login.Notification'}

      {if isset($wrong_install_name) && $wrong_install_name == true}
    • {l s='deleted the /install folder' d='Admin.Login.Notification'}
    • {/if} {if isset($wrong_folder_name) && $wrong_folder_name == true}
    • {l s='renamed the /admin folder (e.g. %s)' sprintf=[$randomNb] d='Admin.Login.Notification'}
    • {/if}
    {l s='Please then access this page by the new URL (e.g. %s)' sprintf=[$adminUrl] d='Admin.Login.Notification'}
    {/if}