{% extends "base.html" %} {% block title %}{{ round.title }} — {{ site_name }}{% endblock %} {% block nav %}Portal{% endblock %} {% block content %}
Prepared for {{ user_email }} {{ now }} · {{ content_version }}
{{ round.framing_label }}

{{ round.title }}

{% if round.summary %}

{{ round.summary }}

{% endif %} {% if round.status == 'closed' %}
This programme is closed. The material is kept here for your reference.
{% endif %}

Documents

{% for d in round.documents %} {{ d.title }} {% if d.summary %} {{ d.summary }} {% endif %} {% endfor %}
{% if round.cta_label and round.status == 'open' %}

{{ round.cta_label }}

Nothing here is a commitment. Registering interest starts a conversation — terms are settled individually, in writing.

Register your interest →

{% endif %} {% if disclaimer %}
{{ disclaimer|safe }}
{% endif %} {% endblock %}