{% if setup_mode %}
First-time Setup
{% endif %}
{% if setup_mode %}Create Admin Account{% else %}Admin Login{% endif %}
{% if setup_mode %}
No admin exists yet. Set up your account to get started.
{% else %}
Sign in to access the admin panel.
{% endif %}
{% if error %}
{{ error }}
{% endif %}