<%= title %>

Edit content displayed on Camp Location page

View Camp Location Page
Recommended size: 1920x1080px. Upload or enter image path.
<% if (data.hero?.backgroundImage) { %> Hero background preview <% } %>
General introduction text displayed in IntroSection component
Section Title
Read More Button Text
Text displayed on location cards' read more button

Locations
<% if (data.locations && data.locations.length > 0) { %> <% data.locations.forEach((location, index) => { %>
Recommended size: 1200x800px. Upload or enter image path.
<% if (location.imageSrc) { %> Location image preview <% } %>

<% if (location.programOptions && location.programOptions.length > 0) { %> <% location.programOptions.forEach((program, pIndex) => { %>
Recommended: 600x400px
<% if (program.imageSrc) { %> Program image preview <% } %>
<% }); %> <% } %>
<% }); %> <% } %>
Section Title
FAQ Button Settings
UIkit icon name (e.g., comments, question, info)

FAQ Items
<% if (data.faq && data.faq.length > 0) { %> <% data.faq.forEach((faqItem, index) => { %>
<% }); %> <% } %>
Section Title
Introduction
Introduction text for parents about the security concept

Security Measures
<% if (data.securityConcept && data.securityConcept.items && data.securityConcept.items.length > 0) { %> <% data.securityConcept.items.forEach((item, index) => { %>
<% }); %> <% } %>
Camp Locations Map
Manage Camp Markers
Add camps with GPS coordinates to display on the map
<% if (data.camps && data.camps.length > 0) { %> <% data.camps.forEach((camp, index) => { %>
Recommended size: 800x600px
<% if (camp.image) { %> Camp image preview <% } %>
Click "Find" to auto-fill coordinates
<% }); %> <% } else { %>
No camps added yet. Click "Add Camp" to create your first camp marker.
<% } %>

Map Preview
<% if (data.camps && data.camps.filter(c => c.lat && c.lng).length > 0) { %>
Showing <%= data.camps.filter(c => c.lat && c.lng).length %> camp location(s) on the map
<% } else { %>
No camps with coordinates yet. Add latitude and longitude to camps above to see them on the map.
<% } %>
<% if (data.camps && data.camps.length > 0) { %> <% const validCamps = data.camps.filter(c => c.lat && c.lng); if (validCamps.length > 0) { %> <% } else { %>

Add coordinates to camps above to see them on the map

<% } %> <% } else { %>

No camps added yet. Click "Add Camp" button above to get started.

<% } %>
<% if (data.camps && data.camps.filter(c => c.lat && c.lng).length > 0) { %> <% } %>