{% if smtp_configured and user is defined and not user.email_verified %}
Please verify your email address. Didn't get the email?
{% if request.query_params.get('verification_sent') %} ✓ Sent!{% endif %}
{% endif %}
{% block content %}{% endblock %}