{% extends app.fronthtml~"/base.twig" %} {% block content %}
Cookies must be available and accepted to login and register
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 %}