{% extends "portal/base.html" %} {% block title %}Email Verification{% endblock %} {% block content %}
AgenticTrade {% if success %}

Email Verified

Your account has been verified. You can now access all provider features.

Go to Dashboard
{% else %}

Verification Failed

This verification link is invalid or has expired.

Back to Login
{% endif %}
{% endblock %}