{% extends "base.html" %} {% block title %}Signup to AllocAI{% endblock %} {% block content %}

Signup to AllocAI

{% if error %}
{{ error }}
{% endif %} {% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %}

✔ AI Strategist Pro
✔ Attribution Tool


{{ form_data.offer_terms }}

{% endblock %}