{% if data_type == 'hydro' %}Stacje hydrologiczne{% else %}Stacje meteorologiczne{% endif %} ({{ count }} wyników)

{% if stations %}
{% if data_type == 'hydro' %} {% endif %} {% for station in stations %} {% if data_type == 'hydro' %} {% endif %} {% endfor %}
ID stacji NazwaRzeka ID ciekuAkcje
{{ station.id }} {{ station.name }}{{ station.river or '-' }} {{ station.river_id or '-' }} {% if data_type == 'meteo' %} Stacja IMGW {% elif data_type == 'hydro' %} Stacja IMGW {% endif %}
{% else %}

Brak stacji spełniających kryteria wyszukiwania.

{% endif %}