{% extends "_base.html" %} {% block title %}This Week · Cauldron{% endblock %} {% block content %}
this week's plan is locked. it'll archive Sunday night and a fresh week opens Monday.
{% if plan.locked_reason == 'user' and plan.locked_by_sub == current_user_sub %}🏆 you locked this one in.
{% endif %} {% elif not plan.slots %}no plan yet. summon claude to build one from the {{ pick_count }} pinned pick{{ '' if pick_count == 1 else 's' }} + the rest of the grimoire.
{% else %}plan's set. lock it in to claim the week — first to lock wins.
🔥 {{ streak.display_name }} on a {{ streak.count }}-week run.
{% endif %} {% if scoreboard and scoreboard|selectattr("points")|list or scoreboard and scoreboard|selectattr("wins")|list %}| member | pts | wins | last |
|---|---|---|---|
| {{ loop.index }}. {{ s.display_name or s.email.split('@')[0] }} {% if s.sub == current_user_sub %}· you{% endif %} | {{ s.points or 0 }} | {{ s.wins or 0 }} | {{ s.last_win.strftime('%b %-d') if s.last_win else '—' }} |
nobody's locked or generated yet. be the first.
{% endif %}