{% if is_private_view %}
Private · Profile
A locked profile.
This member keeps things to themselves.
← Back to home
{% else %}
Member since {{ member_since }}
{{ profile_name }}
{% if bio %}
{{ bio }}
{% else %}
{% if is_own %}No bio yet — click Edit Profile to add one. {% else %}This {{ account_type }} hasn't added a bio yet.{% endif %}
{% endif %}
{% if not is_own %} Send Message → {% else %} {% if is_own %}
Public
{% if is_public %}On{% else %}Off{% endif %}
{% endif %} {% endif %}
{% if avatar_url %} {{ profile_name }} {% else %}
{{ profile_name[0] | upper }}
{% endif %}
{{ profile_name }} {% if account_type == 'artist' %}Artist {% elif account_type == 'musician' %}Musician {% elif account_type == 'label' %}Label {% else %}Fan{% endif %}  ·  {{PLATFORM_NAME}} Portal
{{ profile_name }} · {% if account_type == 'artist' %}Artist {% elif account_type == 'musician' %}Musician {% elif account_type == 'label' %}Label {% elif account_type == 'comic' %}Comic {% else %}Fan{% endif %} · Member since {{ member_since }} · {{PLATFORM_NAME}} Portal
{% if is_own %}
Edit Profile
{% if avatar_url %} {% else %}
{{ (profile_name or '?')[0].upper() }}
{% endif %}
Saved ✓
{% endif %} {% if tier %} {% set tier_roman = { 'Observer':'I','Pledger':'II','Partner':'III','Executive Artist':'IV','Studio':'V','Legend':'VI', 'Curious':'I','Backer':'II','Patron':'III','Champion':'IV' }.get(tier, '·') %}
Current Tier
{{ tier_roman }}
Tier
{{ tier }}
{% if tier_next and tier_next != "—" %}
Next · {{ tier_next }} →
{% endif %}
{% endif %} {% set eb = earned_badges or [] %}
Badges
{% if account_type == "fan" %}
CB
TB
D1
SC
5+
{% elif account_type == "label" %}
CB
TB
D1
EP
SC
DM
5+
{% else %}
D1
FP
SC
DM
{% endif %}
Badges unlock as you participate.
{% if account_type != 'comic' %}
{% if account_type == "label" %}Pledge History {% elif account_type == "fan" %}Backing History {% elif account_type == "musician" %}Open Call Journey {% else %}Live Projects{% endif %}
{% set _count = (pledged_projects | length) if account_type == "label" else (backed_projects | length) if account_type == "fan" else (open_calls | length) if account_type == "musician" else (live_projects | length) %} {% if _count %}
{{ _count }} {% if _count == 1 %}entry{% else %}entries{% endif %}
{% endif %}
{# ── Fan — backed projects ─────────────────────── #} {% if account_type == "fan" %} {% if backed_projects %} {% else %}
{% if is_own %}You haven't backed a film yet{% else %}No backing history yet{% endif %}
Find a film worth saying yes to
{% endif %} {# ── Label — pledged projects ─────────────────────── #} {% elif account_type == "label" %} {% if pledged_projects %} {% else %}
{% if is_own %}No LOIs signed yet{% else %}No pledge history yet{% endif %}
Open the Label Room
{% endif %} {# ── Musician — open call journey ───────────────────────── #} {% elif account_type == "musician" %} {% if open_calls %} {% else %}
{% if is_own %}You haven't auditioned yet{% else %}No open call history yet{% endif %}
Step into the booth
{% endif %} {# ── Artist — own live projects ───────────────────── #} {% else %} {% if live_projects %}
{% for p in live_projects %}
{% if p.cover_url %} {{ p.title }} {% else %}
{{ p.project_type }} · No cover yet
{% endif %}
{{ p.project_type }} · {{ p.phase }}
{{ p.title }}
{% if p.pct_funded is not none %}
{% endif %}
{% if p.pct_funded is not none %}{{ p.pct_funded }}% funded{% endif %} Phase: {{ p.phase }} {{ p.status_label }}
{% if p.support_url %} ♥ Support this film ↗ {% endif %}
{% endfor %}
{% else %}
{% if is_own %}No live projects yet{% else %}No public projects yet{% endif %}
{% if is_own %}Open the Workspace and start one{% else %}Check back when something is announced{% endif %}
{% endif %} {% endif %}
{% endif %}{# end non-comic history #} {# ── COMIC: Credits (Film, TV, Specials) ─────────────────── #} {% if account_type == 'comic' %}
Film, TV & Specials
{% if comic_specials %}
{{ comic_specials | length }} credit{% if comic_specials | length != 1 %}s{% endif %}
{% endif %}
{% if comic_specials %}
{% for s in comic_specials %}
{{ s.title }}
{% if s.distribution %}{{ s.distribution }}{% endif %} {% if s.distribution and s.year %}  ·  {% endif %} {% if s.year %}{{ s.year }}{% endif %} {% if s.runtime %}  ·  {{ s.runtime }} min{% endif %}
{% if s.status == 'released' %}Released {% elif s.status == 'post' %}Post-Production {% elif s.status == 'production' %}In Production {% elif s.status == 'releasing' %}Coming Soon {% else %}{{ s.status | title }}{% endif %}
{% endfor %}
{% else %}
🎬
No credits listed yet.
{% endif %}
On Stage — Upcoming Shows
{% if comic_shows %}
{{ comic_shows | length }} date{% if comic_shows | length != 1 %}s{% endif %}
{% endif %}
{% if comic_shows %}
{% for show in comic_shows %}
{{ show.date_fmt[:3] if show.date_fmt else '—' }}
{% if show.date_iso %}{{ show.date_iso[8:10] | int }}{% endif %}
{{ show.venue or 'TBA' }}
{% if show.city %}{{ show.city }}{% if show.state %}, {{ show.state }}{% endif %}{% else %}Location TBA{% endif %}
{% if show.status == 'confirmed' %}Confirmed{% else %}Pending{% endif %} {% if show.ticket_url %} Tickets ↗ {% endif %}
{% endfor %}
{% else %}
No upcoming shows announced yet
Check back soon for tour dates
{% endif %}
{% endif %}{# end comic sections #} {% if quotes %}
Quoted
{{ quotes | length }} {% if quotes | length == 1 %}testimonial{% else %}testimonials{% endif %}
{% for q in quotes %}
{{ q.text }}
On {% if q.project_url %}{{ q.project_title }} {% else %}{{ q.project_title }}{% endif %} {% if q.sent_date_short %}·{{ q.sent_date_short }}{% endif %}
{% endfor %}
{% endif %} {% if account_type == "label" %} {% endif %}
{% endif %} {% include '_footer.html' %}