{#
This file is part of EC-CUBE
Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
http://www.ec-cube.co.jp/
For the full copyright and license information, please view the LICENSE
file that was distributed with this source code.
#}
{% extends 'default_frame.twig' %}
{% set body_class = 'registration_page' %}
{% block main %}
<div class="ec-role">
<div class="ec-pageHeader">
<h1>{{ '新規会員登録(仮登録完了)'|trans }}</h1>
</div>
</div>
<div class="ec-registerCompleteRole">
<div class="ec-reportHeading">
<h2>{{ '会員登録ありがとうございます'|trans }}</h2>
</div>
<div class="ec-off3Grid ec-text-ac">
<div class="ec-off3Grid__cell">
<p class="ec-reportDescription">{{ '現在、仮会員の状態です。
弊社にて、会員ランク設定後改めてご連絡いたします。
'|trans|nl2br }}</p>
</div>
</div>
<div class="ec-off4Grid">
<div class="ec-off4Grid__cell"><a class="ec-blockBtn--cancel" href="{{ url('homepage') }}">{{ 'トップページへ'|trans }}</a></div>
</div>
</div>
{% endblock %}