Admin Panel
🌐 Website 📝 Apply Form
📅 Event: days to summit
⏳ Registration closes: days left
📋 Applications 0
📊 Analytics
✏️ Website Editor
💰 Financial
🏫 Bulk Applications 0
📐 Student Planning
⚙️ Settings
0
Total Applications
0
New
0
Accepted
0
Under Review
0
Rejected
Ref ID Date Student Name Age Grade School City Parent Contact Workshop Status Actions
Showing 0 applications
Application Analytics
Applications by Status
Applications by Grade
Workshop Preferences
Top Cities
School Boards
How They Found Us
Website Content Editor
Edit key text content on the LESS 2026 website. Changes are saved to browser storage and reflected on the live site.
🏠 Hero Section
📖 About Section
🎓 Key Details
📣 Apply Section
🌐 WSS Section
📞 Contact Info
✏️
Select a field to edit
Choose any item from the left panel to start editing website content.
Settings
🔒 Change Password
🔗 Google Sheets Integration
This URL connects all three Netlify sites to one Google Sheet. Deploy the Apps Script once and paste the URL here.
Status: Checking…
Setup instructions:
1. Open Google Sheets → Extensions → Apps Script
2. Paste the Apps Script code (see below)
3. Deploy as Web App → Anyone
4. Copy the URL and paste above
function doPost(e) {
  var sheet = SpreadsheetApp.getActiveSheet();
  var data = JSON.parse(e.postData.contents);
  var keys = Object.keys(data);
  if(sheet.getLastRow()===0) sheet.appendRow(keys);
  sheet.appendRow(keys.map(k=>data[k]));
  return ContentService.createTextOutput('OK');
}
📅 Event & Registration Dates
Set the summit date and registration deadline. Countdown timers on all 3 sites update automatically from these values.
Age on the apply form is calculated as of this date (usually same as event date).
🗑️ Data Management
All application data is stored in browser localStorage. Use export before clearing.
ℹ️ System Info
📋 Total records: 0
💾 Storage used:
🔐 Admin user: admin
📅 Panel version: LESS 2026 v1.0
💰 Financial Planning Tool
₹0
Total Income
₹0
Total Expense
₹0
Net Balance
0
Total Entries
DateCategoryDescription TypeAmount (₹)NotesActions
0 entries
🏫 Bulk / School Registrations
0
Total Registrations
0
Total Students
0
New
0
Schools
Ref IDSubmittedSchoolCity BoardCoordinatorPhone StudentsStatusActions
0 registrations
📐 Student Planning Tool
Model your revenue, costs and per-student economics for LESS 2026
🎒 Total Students (target)
💵 Selling Price / Student (₹)
🤝 Commission % / Student
📅 Currency
🏗️ Fixed Costs
One-time or flat costs regardless of student count (venue hire, flights, permits, marketing…)
Item Amount
Total Fixed Costs ₹0
📦 Variable Costs (per student)
Per-student costs that scale with the number of students (accommodation, meals, transport, kit…)
Item Per Student
Total Variable / Student ₹0
💚 Other Revenue Streams
Sponsorships, grants, merchandise, school tie-ups, or any other income beyond student fees
Source Total Amount
Total Other Revenue ₹0
💰 Total Revenue
₹0
(fees + other)
💸 Total Costs
₹0
(fixed + variable × students)
🤝 Total Commission
₹0
(% of student fees)
📊 Net Profit / (Loss)
₹0
Per Student — Revenue
₹0
Per Student — Total Cost
₹0
Break-Even Students
📈 Scenario Analysis
Net profit across different student counts — automatically updated as you change inputs above.
Students Fee Revenue Commission Total Costs Net Profit Status