{% extends "layouts/base.html" %} {% block title %}Admin Panel{% endblock %} {% block page_title %}Admin Panel{% endblock %} {% block content %}
Total Users
Players
Org Teams
Active Tryouts
Upcoming
Status: {% if settings.tryouts_open %}OPEN{% else %}CLOSED{% endif %}
{% if settings.tryouts_open %} Coaches and managers can create and modify tryouts. {% else %} Only admins can create or modify tryouts. Coaches and managers are locked out. {% endif %}
Season: {% if settings.season_active %}ACTIVE{% else %}INACTIVE{% endif %}
Name: {{ settings.season_name }}
Start: {{ settings.season_start }}
End: {{ settings.season_end }}
{% if not settings.season_active %}This removes all players from organization teams and deletes all regular-season matches. Team structures, coaches, and managers are preserved. A safety backup is created automatically.
Creates a full PostgreSQL database dump (.sql file). Stored on the server.
| Date | User | Action | Details | IP |
|---|---|---|---|---|
| {{ entry.created_at.strftime('%Y-%m-%d %H:%M') if entry.created_at else '—' }} | {{ entry.user.username if entry.user else 'System' }} | {{ entry.action }} | {{ entry.ip_address or '—' }} |
No audit log entries yet.
{% endif %}