{% extends "base.html" %} {% block title %}Email Verification - KeepItGoing{% endblock %} {% block body %}
Your email has been successfully verified.
{% if is_approved %}Your account has been approved! You can now log in.
{% else %}
Pending Approval
Your account is now pending approval from our team.
You'll receive an email once your account is approved.
{{ error }}
{% if can_resend %} {% endif %} {% endif %}