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

Admin Dashboard

Welcome back, {{ user.email }} {{ user.role }}

📝 Content Management

Manage blog posts, pages, and other content. Create, edit, and publish multilingual content.

🤖 RAG System

Index content, search semantically, and manage AI providers. OpenAI, Claude, and OpenRouter support.

⚙️ API & Settings

View API documentation, check system health, and configure settings.

📈 Logs & Stats

Monitor chat comparisons, token usage, and role interactions.

📊 System Status

Monitor system health, view logs, and check database status.

Developer Tools

Debug Endpoints

External Services

Shell Commands

./logs.sh app     # View FastAPI logs
./test.sh         # Run tests
./stop.sh         # Stop system

Session Information

User ID {{ user.id }}
Email {{ user.email }}
Role {{ user.role }}
Locale {{ user.locale }}
Current Language {{ lang }} ({{ 'Deutsch' if lang == 'de' else 'English' }})
{% endblock %}