{#
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>{{ 'front.entry.complete_title__temporary'|trans }}</h1>
</div>
</div>
<div class="ec-registerCompleteRole">
<div class="ec-reportHeading">
<h2>{{ 'front.entry.complete_message__title'|trans }}</h2>
</div>
<div class="ec-off3Grid ec-text-ac">
<div class="ec-off3Grid__cell">
<p class="ec-reportDescription">{{ 'front.entry.complete_message__temporary'|trans|nl2br }}</p>
</div>
</div>
<div class="ec-off4Grid">
<div class="ec-off4Grid__cell"><a class="ec-blockBtn--cancel" href="{{ url('homepage') }}">{{ 'common.go_to_top'|trans }}</a></div>
</div>
</div>
{% endblock %}