{%- import "components.html" as components -%} {%- import "macros.html" as macros -%} {% if user %} {% endif %} {% block head %}{% endblock %}
{% if user and user.id == 0 %}
{{ icon "frown" }} {{ text "general:label.account_banned" }}
{{ text "general:label.account_banned_body" }}
{% else %} {% block body %}{% endblock %} {% endif %}
{% if user %} {% endif %}

Pressing continue will bring you to the following URL:

Are sure you want to go there?


{{ icon "external-link" }} {{ text "dialog:action.continue" }}
{% if user %}
{{ icon "plus" }} {{ text "general:action.add_account" }}
{{ components::quote_form() }}
{% endif %} {% if user and use_user_theme %} {{ components::theme(user=user, theme_preference=user.settings.theme_preference) }} {% endif %}