| layout | default |
|---|---|
| title | Live Board |
{% assign season = site.data.season %}
{{ season.short_title }}
{{ season.premiere }} → {{ season.finale }} · {{ season.days }} days · Week {{ season.current_week }}
{% include status-badge.html status=season.status %} {% if season.voting_open %} {% include status-badge.html status="eviction_open" %} {% else %} no live voting {% endif %}
Eviction desk
{% if season.voting_open %}Public voting is open. Save your nominated housemates.
{% else %}No ongoing eviction voting. Season status: {{ season.status }}.
Last public result was the Big Night. Winner: Fyang Smith (30.66%).
{% endif %}
{% assign tasks = site.data.weekly_tasks | reverse %}
{% for t in tasks limit: 4 %}
Week {{ t.week }} · {{ t.title }}
{% include status-badge.html status=t.status %}
{% endfor %}
{{ t.summary }}