{% extends "wagtailadmin/base.html" %} {% load i18n wagtailadmin_tags static %} {% block titletag %}{% blocktrans trimmed with snippet_type_name=model_opts.verbose_name %}New {{ snippet_type_name }} {% endblocktrans %}{% endblock %} {% block content %} {% include 'wagtailadmin/shared/headers/slim_header.html' %} {% trans "New" as new_str %} {% include "wagtailadmin/shared/header.html" with title=new_str subtitle=model_opts.verbose_name icon=header_icon merged=1 only %}
{% 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.' %}
{% csrf_token %}
{{ panel.render_form_content }}
{% include "forecastmanager/file_input_include.html" %}
{% endblock %} {% block extra_css %} {{ block.super }} {{ media.css }} {% endblock %} {% block extra_js %} {{ block.super }} {% include "wagtailadmin/pages/_editor_js.html" %} {{ media.js }} {% endblock %}