<p class="message notice">{% trans %}Your verification mail has been sent, to activate your account follow the confirmation link inside{% endtrans %}</p>
<p class="message warning">{% trans %}If you did not receive a verification mail, check your Spam or Junk mail folder{% endtrans %}</p>
{% else %}
<p class="message notice">{% trans %}Your verification mail has been sent, to activate your account follow the confirmation link inside{% endtrans %}</p>
<p class="message warning">{% trans %}If you did not receive a verification mail, check your Spam or Junk mail folder{% endtrans %}</p>
{% else %}
- {{ form_start(edit) }}
- {% if edit.mail is defined %}
- {{ form_row(edit.mail) }}
+ {{ form_start(register) }}
+ {% if register.mail is defined %}
+ {{ form_row(register.mail) }}