{% extends "base.html" %} {% block title %}Dashboard - ${project_name}{% endblock %} {% block content %}

Dashboard

Admin control panel for your application

Users

Manage system users

  • View all users
  • Manage permissions
  • User statistics

Settings

System configuration

  • General settings
  • Email configuration
  • Security settings

Analytics

System statistics

  • User activity
  • System performance
  • Error logs
{% endblock %}