{% extends 'emails/layout.html.twig' %} {% block title %}Confirm your email{% endblock %} {% block content %}
Thanks for signing up. Please confirm your email address by clicking the button below. This link will expire in {{ expiresAtMessageKey|trans(expiresAtMessageData, 'VerifyEmailBundle') }}.
| Confirm my email |
If the button doesn't work, copy and paste this link into your browser:
{{ signedUrl }}
If the link has expired or doesn't work, you can request a new one.
Cheers!
{% endblock %}