{% extends "base.html" %} {% block title %}{% if tab == 'register' %}Create your account{% else %}Sign in{% endif %} — {{ site_name }}{% endblock %} {% block content %}
{{ invite_label or "Investor portal" }}

{{ heading }}

{{ subheading }}

{% if error %}
{{ error }}
{% endif %} {% if notice %}
{{ notice }}
{% endif %}
Sign in Create account
{% if tab == 'register' %}

This is a helexa account: the same credentials sign you in at helexa.ai, so you can evaluate the platform itself. We’ll email you a link to confirm the address.

{% else %}

Already have a helexa.ai account? Use the same email and password.

{% endif %}
{% endblock %}