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

{% trans "Weather conditions at " %}{{ object.station.name }}

{% trans "Latest measurements" %}
{% include "synopticgroupstation-report.html" %}
{% for synoptic_timeseries in object.synoptictimeseries_set.primary %}

{{ synoptic_timeseries.get_title }}


{% endfor %} {% endblock %}