{% load static %} {% load i18n %}

{% trans "Show observed weather" %}


{% include 'rainbo/service_info.html' %}

{% trans "Visibility" %}

{% include 'rainbo/button_get_visibility.html' %}

{% include 'rainbo/service_info.html' %}

{% trans "Rain" %}

{% include 'rainbo/button_get_rain.html' %}

{% include 'rainbo/service_info.html' %}

{% trans "Snow" %}

{% include 'rainbo/button_get_snow.html' %}

{% include 'rainbo/service_info.html' %}

{% trans "Thunderstorm" %}

{% include 'rainbo/button_get_thunderstorm.html' %}

{% include 'rainbo/service_info.html' %}

{% trans "Tornado" %}

{% include 'rainbo/button_get_tornado.html' %}



{% trans "Show Impact" %}


{% include 'rainbo/service_info.html' %}

{% trans "Impact" %}

{% include 'rainbo/button_get_damage.html' %}