{% extends "base.html" %} {% block title %}LeagueLedger Setup{% endblock %} {% block content %}

LeagueLedger Setup

Welcome to the LeagueLedger setup page. This page is only available once during initial setup.

{% if setup_completed %}

Setup has been completed. The system has been configured with an administrator.

{% if is_admin %}

You already have administrator privileges. You can:

{% else %}

This setup has already been completed by another user. Contact an administrator if you need admin access.

{% endif %} {% else %}

Welcome, {{ user.username }}!

System Setup

You're about to be promoted to administrator. As an administrator, you will be able to:

  • Access all administrative functions
  • Manage users and teams
  • Generate and manage QR codes
  • Configure system settings
{% endif %}
Return to Home {% if not setup_completed %} This page will be disabled after setup {% endif %}
{% endblock %} {% block extra_scripts %} {% endblock %}