{% extends 'base.html' %} {% block content %} {%- if user is none -%}
{#- Using the password generator for usernames should be sufficient to ensure it is unique. If not, it means the password generator is broken and *must* be fixed. -#} {%- set q, a = gen_captcha() -%}
Title
Text
{{ q }}

(I already have an account)

{%- else -%}
Title
Text

{%- endif -%} {% endblock %}