{% extends 'Game/index.html.twig' %} {% block title %} - Register{% endblock %} {% block body %}
{% for email in app.flashes('verify_email') %}

Check your inbox

We sent an activation link to

{{ email }}

Click the link in the email to activate your account.
The link expires in 24 hours.

Go to Sign In
{% else %}

Create Account

Join the battle — no subscription required

{% if errors.username is defined %}

{{ errors.username }}

{% endif %}
{% if errors.email is defined %}

{{ errors.email }}

{% endif %}
{% if errors.password is defined %}

{{ errors.password }}

{% endif %}
{% if errors.password_confirm is defined %}

{{ errors.password_confirm }}

{% endif %}

Already have an account? Sign in

{% endfor %}
{% endblock %}