{% extends 'forecastmanager/forecast_base.html' %} {% load wagtailsettings_tags %} {% get_settings use_default_site=True %} {% load wagtailadmin_tags i18n static %} {% block extra_css %} {{ block.super }} {% endblock extra_css %} {% block forecast %}

{% trans 'Add forecast' %}

{% csrf_token %}
{% trans 'You can' %} {% trans 'download a template' %} {% trans 'of the CSV for offline editing and upload it here. The template comes prepopulated with all pre-exisiting cities.' %}
  • {% trans 'Date of forecast' %}
  • {% trans 'The uploaded file should be a CSV, similar to the table on the right' %}
  • {% for param in data_parameter_values %}
  • {% endfor %}
{% endblock %} {% block extra_js %} {{ block.super }} {% include "wagtailadmin/pages/_editor_js.html" %} {{ form.media.js }} {% endblock %}