{% call message_box('Tor Daemon Missing', '!STATUS.tord_good && !force_local_mode',
icon='warning sign') %}
The Bunker cannot communicate with tord (Tor daemon) which we need. It should
be available on ports 9051 and 9151 of localhost.
{% endcall %}
{% endcall %}
{{ bool_choice('easy_captcha', "Use a simple captcha without animation") }}
{% call bool_choice('allow_reboots', None) %}
{% endcall %}
{% call message_box('Write These Down!', '!force_local_mode', icon='edit', closable=1) %}
We recommend you make note of the the onion address and/or master password.
{% endcall %}
{% if STATUS.setup_mode and not STATUS.force_local_mode %}
{% call message_box('No Tor Connections during Setup Mode', 'tor_enabled && !STATUS.onion_addr && STATUS.tor_enabled', closable=1) %}
To enable Tor (onion) connections, either
restart bunker in normal mode (it is in 'setup mode' now) or use this button.
{% endcall %}
{% endif %}
{% call message_box('Visit on Tor', '!using_onion && STATUS.onion_addr', icon='external link', closable=1) %}
{% raw %}
Go to {{STATUS.onion_addr}}
{% endraw %}
{% endcall %}