{% extends "base.html" %} {% block content %} {% macro render_area_nodes(nodes, selected) %} {% endmacro %}

{% if station %}Edit station{% else %}New watering station{% endif %}

Areas served by this station {% if not areas_tree %}

No areas defined yet. Add areas first, then come back to assign them.

{% else %}

Check a parent area to auto-check all sub-areas. Uncheck any individual sub-area you want to exclude.

{{ render_area_nodes(areas_tree, selected_area_ids) }} {% endif %}
{% if station %} Cancel {% else %} Cancel {% endif %}
{% if station %}
{% endif %} {% endblock %} {% block scripts %} {% endblock %}