{% extends "shopyo_dashboard/dashboard_base.html" %} {% block title %}Unconfirmed - {{OUR_APP_NAME}}{% endblock %} {% block content %}

Welcome to {{OUR_APP_NAME}}!

You have not confirmed your account. An email confirmation link was sent to {{ current_user.email }}.

Please check your inbox and spam folder.

{% endblock %}