app/template/kaorime/Forgot/complete.twig line 1

Open in your IDE?
  1. {#
  2. This file is part of EC-CUBE
  3. Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
  4. http://www.ec-cube.co.jp/
  5. For the full copyright and license information, please view the LICENSE
  6. file that was distributed with this source code.
  7. #}
  8. {% extends 'default_frame.twig' %}
  9. {% block main %}
  10.     <div class="ec-role">
  11.         <div class="ec-pageHeader">
  12.             <h1>{{ 'パスワードの再発行(メール送信)'|trans }}</h1>
  13.         </div>
  14.     </div>
  15.     <div class="ec-forgetCompleteRole">
  16.         <div class="ec-off3Grid ec-text-ac">
  17.             <div class="ec-off3Grid__cell">
  18.                 <div class="ec-reportHeading">
  19.                     <h2>{{ 'パスワード再発行メールの送信が完了しました。'|trans }}</h2>
  20.                 </div>
  21.                 <p class="ec-reportDescription">{{ 'ご登録メールアドレスにパスワードを再発行するためのメールを送信いたしました。
  22. メールの内容をご確認いただきますよう、お願いいたします。
  23. ※メールが届かない場合はメールアドレスをご確認の上、再度お試しください。
  24. '|trans }}</p>
  25.             </div>
  26.         </div>
  27.     </div>
  28. {% endblock %}