{% 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 %} {% else %}nothing's stopping you from locking right now. or wait โ generator's coming and the race is part of the deal.
{% endif %}๐ฅ {{ streak.display_name }} on a {{ streak.count }}-week run.
{% endif %} {% if scoreboard and scoreboard|selectattr("wins")|list %}| member | wins | last |
|---|---|---|
| {{ loop.index }}. {{ s.display_name or s.email.split('@')[0] }} {% if s.sub == current_user_sub %}ยท you{% endif %} | {{ s.wins or 0 }} | {{ s.last_win.strftime('%b %-d') if s.last_win else 'โ' }} |
nobody's locked a week yet. be the first.
{% endif %}