{% extends "base.html" %} {% block title %}{% trans %}Verify Your Email{% endtrans %} – OnlineConvert{% endblock %} {% block content %}

{% trans %}Check your inbox{% endtrans %}

{% trans %}We sent a verification link to{% endtrans %}

{{ email }}

{% with messages = get_flashed_messages(with_categories=true) %}{% for cat, msg in messages %}{% endfor %}{% endwith %}

{% trans %}To complete sign-in, please click the verification link in the email we sent. If you don't see it, check your spam folder.{% endtrans %}

{% trans %}Not your account?{% endtrans %} {% trans %}Sign in with a different account{% endtrans %}

{% endblock %}