{% extends "base.html" %} {% block title %}Portal — {{ site_name }}{% endblock %} {% block content %}
Investor portal

Welcome{% if user_email %}, {{ user_email }}{% endif %}

{% if rounds %}

Material prepared for you. Everything here is confidential and attributed to your account.

{% for r in rounds %}
{{ r.framing_label }}

{{ r.title }}

{% if r.status == 'open' %}Open{% elif r.status == 'closed' %}Closed{% else %}In preparation{% endif %}

{% endfor %}
{% else %}

Your account doesn’t currently have access to any material.

If you were sent an invitation link, open it again while signed in and access will be attached to this account.

If you think this is a mistake, reply to the message that brought you here and we’ll sort it out.

{% endif %}
{% endblock %}