{% extends "onboarding/email/_base.html" %} {% block title %}Connector details submitted - technical approval needed{% endblock %} {% block preheader %}{{ organization_name }} filled in their DID and connector endpoint - review and activate.{% endblock %} {% block heading %}Connector details ready for technical approval{% endblock %} {% block content %}

{{ organization_name }} submitted their DID and connector information. Check the technical details below, then activate the connector to register them in the dataspace.

{% include "onboarding/email/_row.html" with label="Organisation" value=organization_name %} {% include "onboarding/email/_row.html" with label="Contact" value=email mono=1 %} {% include "onboarding/email/_row.html" with label="Setup" value=choice_label %} {% if provider_name %}{% include "onboarding/email/_row.html" with label="Provider" value=provider_name %}{% endif %} {% include "onboarding/email/_row.html" with label="DID" value=did_location mono=1 %} {% include "onboarding/email/_row.html" with label="Protocol URI" value=connector_protocol_uri mono=1 %}
{% include "onboarding/email/_button.html" with url=detail_url label="Review and activate" %} {% endblock %}