{{ include ("Auth/Header.html") }}

{{ i18n("创建账号")|raw }}

{% if option.email_register == 1 %}
{% if option.email_register_state == 1 %}
{% endif %} {% endif %}
{{ hook(env(), point("USER_AUTH_REGISTER_FORM"))|raw}} {% if option.agreement_status == 1 %} {% endif %}
{{ hook(env(), point("USER_AUTH_REGISTER_FORM_BUTTON"))|raw }}
{{ ready("/assets/user/controller/auth/register.js")|raw }} {{ hook(env(), point("USER_AUTH_REGISTER_BODY"))|raw }} {{ include ("Auth/Footer.html") }}