{% extends "synopticbase.html" %} {% load i18n %} {% block title %} {% blocktrans with name=object.name %} {{ name }} meteorological report {% endblocktrans %} {% endblock %} {% block content %}

{% trans "Latest measurements" %}

{% for object in synoptic_group_stations %}
{{ object.station.name }}
{% include "synopticgroupstation-report.html" %}
{% endfor %} {% endblock %}