{% extends "base.html" %} {% block title %}Register interest — {{ round.title }}{% endblock %} {% block nav %} Portal {{ round.title }} {% endblock %} {% block content %}
{{ round.framing_label }}

Register your interest

{% if sent %}
Thank you — that’s with us. We’ll be in touch at {{ user_email }}.

Back to {{ round.title }}

{% else %}

This starts a conversation. It is not an order, and nothing here commits either of us — terms are settled individually, in writing.

All three choices below are yours.

Who buys the hardware, where it lives, and who covers its running costs are independent decisions, and contracts are written to match the combination you pick. Note that whoever purchases signs the export control declaration. If you don’t know yet, say so — “undecided” is a perfectly good answer at this stage.

We’ll reply to {{ user_email }}. Nothing is shared outside {{ entity_name }}.

{% endif %}
{% endblock %}