{% extends "base.html" %} {% block title %}Cassandra · Settings{% endblock %} {% block main %}
Settings your account · client-only data unchanged
{% if not user %}
no per-user settings (admin bearer-token session)
{% else %}
Email
{{ user.email }}
Tier
{% if paid and paid.active %} {% if paid.source == "credit" %} Paid features active via credit · {{ paid.days_remaining }} day(s) remaining (expires {{ paid.expires_at.strftime("%Y-%m-%d") }}). {% else %} Paid subscription active. {% endif %} {% else %} Paid features unlock with Paddle (D.3) or invite credits. {% endif %}
{# --- Referral block ---------------------------------------------- #}
Invite a friend

Share your invite link. When your friend subscribes, you and they each get 50% off for 3 months.

{{ user.referral_code }}
Pending signups
{{ pending_count }}
Converted (paid)
{{ converted_count }}
Active credits
— (D.3)
{# Future: Paddle subscription block, AI-spend ledger summary, etc. #} {% endif %}
{% endblock %}