{% extends "wagtailadmin/base.html" %} {% load i18n wagtailadmin_tags static %} {% block titletag %}{% trans "Edit forecast values" %}{% endblock %} {% block content %} {% include 'wagtailadmin/shared/headers/slim_header.html' %} {% trans "Edit forecast values" as title_str %} {% include "wagtailadmin/shared/header.html" with title=title_str icon="table" merged=1 only %}

{{ forecast.forecast_date|date:"l j F" }} - {{ forecast.effective_period.label }} {{ forecast.get_status_display }}

{% trans "Edit values in the table below. Any city you change is marked as forecaster-authored and will not be overwritten by automated forecasts. Untouched cities keep refreshing automatically." %}
{% if error %}
{{ error }}
{% endif %}
{% csrf_token %}
{% endblock %} {% block extra_css %} {{ block.super }} {% endblock %} {% block extra_js %} {{ block.super }} {% endblock %}