{% extends "./base_email.html" %} {% load static %} {% block email_header %}{% endblock %} {% block email_body %}

Hi!

A new application to join the GLCDI Data Space has been submitted.

First name {{ firstname }}
Last name {{ lastname }}
Email {{ email }}
Organization name {{ organization_name }}
Organization type {{ organization_type }}
{% if organization_logo_url %} Organization logo {% else %}
No logo
{% endif %}

After having deliberated with the Data Space Governance Authority participants, you can approve or reject this application here.

Best,

GLCDI Data Space Team

Approve application Reject application

This is an automated message. Please do not reply to this email.

{% endblock %}