{% extends 'templates/main.volt' %} {% block content %}
{% if captcha.enabled == 1 %}
{% endif %}
{% set disabled = captcha.enabled ? 'disabled' : '' %}
{% endblock %} {% block inline_js %} {% if captcha.enabled == 1 %} {{ js_include('https://ssl.captcha.qq.com/TCaptcha.js', false) }} {% endif %} {% endblock %}