{% extends "base.html" %} {% block title %}{{ BRAND_NAME }} · 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 {{ user.tier }}{% if paid and paid.active and paid.source == "credit" %} · credit{% endif %} {% 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. Your code {{ user.referral_code }} Invite link Copy Pending signups {{ pending_count }} Converted (paid) {{ converted_count }} Active credits — (D.3) {# Future: Paddle subscription block, AI-spend ledger summary, etc. #} {% endif %} {% endblock %}
Share your invite link. When your friend subscribes, you and they each get 50% off for 3 months.