{% if user %}
You cannot register for an account while logged in.
{% else %}



{% if account.signUp == "username" %}

{% endif %}


{% for setting,attributes in account.createSettings %} {{attributes.html|raw}}
{% endfor %}

{% endif %}