{#** * 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 *#} Login with PrestaShop {#** Workaround for the issue with the font not being loaded correctly from puik-theme *#}
    {% for testimonial in testimonials %}
  • {{ testimonial[isoCode]['sentence']|default(testimonial[defaultIsoCode]['sentence']) }}

    {{ testimonial[isoCode]['name']|default(testimonial[defaultIsoCode]['name']) }}, {{ testimonial[isoCode]['enterprise']|default(testimonial[defaultIsoCode]['enterprise']) }}

  • {% endfor %}
    {% if loginError != '' %}
    error
    {% if loginError == 'employee_not_found' %} {{ 'You cannot access the back office with this account. Try another account or contact your administrator.'|trans({}, 'Modules.Ps_accounts.Login')|raw }} {% elseif loginError == 'email_not_verified' %} {{ '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]'|trans({'[1]': '', '[/1]': ''}, 'Modules.Ps_accounts.Login')|raw }} {% elseif loginError == 'error_from_hydra' or loginError == 'error_other' %} {{ 'An error occured during login, please contact PrestaShop support'|trans({}, 'Modules.Ps_accounts.Login')|raw }} {% else %} {{ loginError }} {% endif %}
    {% endif %} {% if wrong_folder_name is not defined and wrong_install_name is not defined %}

    PRESTASHOP

    {{ 'Welcome,'|trans({}, 'Modules.Ps_accounts.Login')|raw }}

    {{ 'Access your back office to manage your store.'|trans({}, 'Modules.Ps_accounts.Login')|raw }}

    {{ 'Connect with another method'|trans({}, 'Modules.Ps_accounts.Login')|raw }}
    {% else %}
    error

    {{ 'For security reasons, you cannot connect to the back office until you have:'|trans({}, 'Admin.Login.Notification')|raw }}

      {% if wrong_install_name is defined and wrong_install_name == true %}
    • {{ 'deleted the /install folder'|trans({}, 'Admin.Login.Notification')|raw }}
    • {% endif %} {% if wrong_folder_name is defined and wrong_folder_name == true %}
    • {{ 'renamed the /admin folder (e.g. {randomNb})'|trans({}, 'Admin.Login.Notification')|raw }}
    • {% endif %}
    {{ 'Please then access this page by the new URL (e.g. {adminUrl}])'|trans({}, 'Admin.Login.Notification')|raw }}
    {% endif %}