{% extends "base.html" %} {% from '_featured_image.html' import featured_image_thumb %} {% from '_archive.html' import show_archived_toggle %} {% block content %}
+ Add station {% if stations %}{{ stations|length }} station{{ '' if stations|length == 1 else 's' }}{% endif %} {{ show_archived_toggle(show_archived, '/stations') }}
{% if not stations %}

No watering stations yet. Add a station and attach it to the areas it serves.

{% endif %} {% endblock %}