{% extends app.fronthtml~"/base.twig" %} {% block content %}

Cookies must be available and accepted to login and register

{% if page.state == 'BAD_CREDENTIAL' %}

Bad credentials

{% elseif page.state == 'POST_ERROR' %}

Error during sign-up, check your data

{% elseif page.state == 'MAIL_IN_USE' %}

The e-mail is currently in use

{% elseif page.state == 'NICK_IN_USE' %}

The nickname is currently in use

{% endif %}
{% endblock %} {% block js %} {% endblock %}