{% extends 'base.html' %} {% load static %} {% block title %}{% if widget %}Edit Widget{% else %}Create Widget{% endif %} - Hospital Management{% endblock %} {% block content %}
{% csrf_token %}
Basic Information
Data Configuration
Layout Configuration
Widget Preview

Select widget type to see preview

Widget Settings
Inactive widgets are hidden from the dashboard
Users can export widget data
Users can click for detailed views
Widget updates in real-time
Cancel
{% endblock %}