app/template/bynoiezam/Contact3/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 = 'contact3' %}
  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-contactCompleteRole">
  17.         <div class="ec-off3Grid ec-text-ac">
  18.             <div class="ec-off3Grid__cell">
  19.                 <div class="ec-reportHeading">
  20.                     <h2>{{ 'お見積りの送信が完了いたしました'|trans }}</h2>
  21.                 </div>
  22.                 <p class="ec-reportDescription">{{ 'この後”確認メール”が届かない場合は迷惑メールフォルダをご確認ください。それでもメールが無い場合はアドレスが間違っていると思われますのでsupport@noiezam.comまで別のアドレスをお送りください。'|trans }}</p>
  23.                 <div class="ec-off4Grid">
  24.                     <div class="ec-off4Grid__cell"><a class="ec-blockBtn--cancel" href="{{ url('homepage') }}">{{'トップページへ'|trans}}</a></div>
  25.                 </div>
  26.             </div>
  27.         </div>
  28.     </div>
  29. {% endblock %}