app/template/flapshop/Entry/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. {% set body_class = 'registration_page' %}
  10. {% block main %}
  11.     <div class="ec-role">
  12.         <div class="ec-pageHeader">
  13.             <h1>{{ '新規会員登録(仮登録完了)'|trans }}</h1>
  14.         </div>
  15.     </div>
  16.     <div class="ec-registerCompleteRole">
  17.         <div class="ec-reportHeading">
  18.             <h2>{{ '会員登録ありがとうございます'|trans }}</h2>
  19.         </div>
  20.         <div class="ec-off3Grid ec-text-ac">
  21.             <div class="ec-off3Grid__cell">
  22.                 <p class="ec-reportDescription">{{ '現在、仮会員の状態です。
  23.                 弊社にて、会員ランク設定後改めてご連絡いたします。
  24. '|trans|nl2br }}</p>
  25.             </div>
  26.         </div>
  27.         <div class="ec-off4Grid">
  28.             <div class="ec-off4Grid__cell"><a class="ec-blockBtn--cancel" href="{{ url('homepage') }}">{{ 'トップページへ'|trans }}</a></div>
  29.         </div>
  30.     </div>
  31. {% endblock %}