{% extends 'flask_user/emails/base_message.html' %} {% block message %}
{{ word('Thank you for registering with') }} {{ app_name }}.
{% if user_manager.enable_confirm_email %}{{ word('You will need to confirm your email next.') }}
{{ word('If you initiated this registration, please click on the link below:') }}
{{ word('Confirm your email') }}.
{{ word('If you did not initiate this registration, you may safely ignore this email.') }}
{% endif %} {% endblock %}