{% extends "layout/base.html" %} {% block title %}FFGA - Federation Request Status{% endblock %} {% block content %}
{% if status == 'success' %}

Federation Request Submitted!

Your federation request has been successfully submitted and is now pending review by our governance board.

Email Verification Required

We've sent a confirmation link to {{ email }}.

Please check your inbox (and spam folder) and click the verification link to activate your account.

Didn't receive the email?

Resend Confirmation Email

Request ID: {{ request_id }}

Organization: {{ org_name }}

We will send updates to: {{ email }}

Return to Home
{% else %}

Something Went Wrong

{{ error_message }}

{% endif %}
{% endblock %}