{% if data_type == 'hydro' %}Stacje hydrologiczne{% else %}Stacje meteorologiczne{% endif %} ({{ count }} wyników)
| ID stacji | Nazwa | {% if data_type == 'hydro' %}Rzeka | ID cieku | {% endif %}Akcje |
|---|---|---|---|---|
{{ station.id }} |
{{ station.name }} | {% if data_type == 'hydro' %}{{ station.river or '-' }} | {{ station.river_id or '-' }} |
{% endif %}
{% if data_type == 'meteo' %} Stacja IMGW {% elif data_type == 'hydro' %} Stacja IMGW {% endif %} |
Brak stacji spełniających kryteria wyszukiwania.
{% endif %}