{% set title = 'Enter Email Code' %}
{% set content %}
An email code has already been sent to the email address assigned to your account.
Please check your email account's spam/junk filter and make sure that your mailbox is not
full. In case you need a new email code, you can request one by clicking on "Resend Email
Code".
Email code authentication is activated for your account.
Please enter the most
recent email code you have received in order to log in.
{% if wrongCode %}
Invalid email code!
{% endif %}
{% endset %}
{% include 'tables.headline.html.twig' %}