{% extends "weather/base.html" %}{% load i18n %} {% block pagetitleclass %}weather-header with-icon{% endblock %} {% block pagetitle %}{% trans "Weather" %}{% endblock %} {% block title %}{% trans "Weather" %}{% endblock %} {% block content %}
{{ forecast.observed_date|date:"l" }} | ![]() |
{% blocktrans with forecast.max_temperature as temperature %}{{ temperature }}°C{% endblocktrans %} | {% blocktrans with forecast.min_temperature as temperature %}{{ temperature }}°C{% endblocktrans %} |
{% trans "From" %}