{% extends "onboarding_base.html" %} {% load static %} {% load i18n %} {% block nav_join %}active{% endblock %} {% block content %}

{% trans "Application submitted successfully!" %}

{% blocktrans %}Thank you for your interest in joining the GLCDI Data Space. Your application is now under review by the Governance Authority.
You will receive an email shortly with further details.{% endblocktrans %}

{% trans "Return to homepage" %}

{% blocktrans %}Didn't receive a confirmation email? Check your spam folder or contact support.{% endblocktrans %}

{% endblock %}