{% extends 'templates/main.volt' %} {% block content %} {% set register_with_phone = local_oauth.register_with_phone == 1 %} {% set register_with_email = local_oauth.register_with_email == 1 %}
{% if register_with_phone and register_with_email %}
{% elseif register_with_email %}
{% else %}
{% endif %}
{% endblock %} {% block include_js %} {{ js_include('https://ssl.captcha.qq.com/TCaptcha.js',false) }} {{ js_include('home/js/captcha.verify.js') }} {% endblock %}