{% extends "admin_base.html" %} {% block admin_content %}

Code Farm - Eras

Starting an Era snapshots a fresh visible leaderboard (coins/harvests this Era) for every farm. Real coin balances, prestige, stars, and Legacy/Mastery upgrades are never touched or reset. Ending an Era ranks farms by Era score, awards Stars to the top 10, and records the results permanently.

{% if era_active %}

Era {{ era_number }}: {{ era_name }} is running.

Started {{ format_date(era_started_at, true) }}, scheduled to end {{ format_date(era_ends_at, true) }}.

{% else %}

No Era is currently running. The Era leaderboard board and Era-exclusive crops stay dormant until one is started.

{% endif %} {% endblock %}