{% extends 'base.html' %} {% load static %} {% block title %}{% if dashboard %}Edit Dashboard{% else %}Create Dashboard{% endif %} - Hospital Management{% endblock %} {% block content %}
{% csrf_token %}
Basic Information
Choose a descriptive name for your dashboard
Provide a brief description of what this dashboard displays
Layout Configuration
How often should the dashboard data refresh automatically
Number of columns in the dashboard grid
Data Sources
Note: Selected data sources will be available for widgets in this dashboard. You can modify this selection later.
Access Control
Dashboard Status
Inactive dashboards are hidden from users
Users will see this dashboard by default
Preview
Dashboard Name
Executive
Cancel
{% endblock %}