-
- {% for category, script_names in scripts_by_category.items() %}
-
-
{{ category }}
-
- {% for script_name in script_names %}
- {% if script_name in script_map %}
- {% set script_config = script_map[script_name] %}
-
- {% if script_config is string %}
- {# Simple command with no county selection #}
-
- {% if 'lake' in script_config %}
- {% set lake_config = script_config['lake'] %}
- {% if lake_config is mapping and lake_config.get('type') == 'upload' %}
-