{{ c.en_name }}
/ {{ c.airport }}
{{ c.obs_time_str or c.local_time }}
{% if c.new_high %}
◆新高
{% endif %}
{% if c.current_temp is not none %}
{{ "%.1f"|format(c.current_temp) }}°C
{% else %}
--
{% endif %}
{% if c.runway_pairs %}
{% for rw in c.runway_pairs %}
{{ rw["label"] }}
{{ "%.1f"|format(rw["temp"]) }}°C
{% endfor %}
{% endif %}