{% extends "base.html" %} {% block content %}

Compass Almanac

{% load almanac_tags %} {% current_tide_state isle-au-haut-stonington-dock as tide %}

Tides

Currently the tide in Stonington is {{tide.status}}

It will change at {{tide.time|time:"TIME_FORMAT"}}

Click here to view the complete tide information.

Weather

{% for cam in webcams %}

{{cam}}
{{cam}}
{% if forloop.first %}

{% endif %} {% endfor %}

{% for w in town_weather %}

The weather in {{w.location.city}} is {{w.condition.text}} and {{w.condition.temp}}°F

{% for f in w.forecasts %}

For {{f.date}} — High: {{f.high}} / Low: {{f.low}} and {{f.text}}

{% endfor %} {% endfor %}

Tides and astronomical data provided by NOAA
Weather information provided by Yahoo Weather

{% endblock %}k