{% extends "base.html" %} {% block content %}

Admin Dashboard

System management and user administration.

Spend Report Back to Dashboard
Users ({{ users|length }})
{% for u in users %} {% endfor %}
ID Username Role Actions
{{ u.id }} {{ u.username }} {% if u.is_admin %}Admin{% else %}User{% endif %} {% if u.id != current_user.id %}
{% else %} Current {% endif %}
Configuration

Manage global AI writing rules and banned words.

Edit Style Guidelines
System Stats

{{ projects|length }}

Total Projects

{{ users|length }}

Total Users
Danger Zone

Factory Reset: This will delete ALL projects, books, and users (except your admin account). It resets the system to a fresh state.

{% endblock %}