{% set nav_groups = [ { "label": "Dashboard", "links": [ {"href": "/", "label": "Dashboard"}, ], }, { "label": "Overview", "links": [ {"href": "/ui/parameters", "label": "Parameters"}, {"href": "/ui/costs", "label": "Costs"}, {"href": "/ui/consumption", "label": "Consumption"}, {"href": "/ui/production", "label": "Production"}, { "href": "/ui/equipment", "label": "Equipment", "children": [ {"href": "/ui/maintenance", "label": "Maintenance"}, ], }, ], }, { "label": "Simulations", "links": [ {"href": "/ui/simulations", "label": "Simulations"}, ], }, { "label": "Analytics", "links": [ {"href": "/ui/reporting", "label": "Reporting"}, ], }, { "label": "Settings", "links": [ { "href": "/ui/settings", "label": "Settings", "children": [ {"href": "/theme-settings", "label": "Themes"}, {"href": "/ui/currencies", "label": "Currency Management"}, ], }, ], }, ] %}