{% extends "base_page.html" %} {% load compress crispy_forms_tags i18n leaflet_tags static %} {% block stylesheets %} {{ block.super }} {% leaflet_css %} {% endblock %} {% block page_title %}{% trans "New Case Study" %} - {{ block.super }}{% endblock %} {% block title %}{% trans "New Case Study" %}{% endblock %} {% block description %}{% trans "Here you can submit a case study for review and it will be added to the map." %}{% endblock %} {% block inner %}
{% trans "You have a saved draft." %}

{% trans "Do you want to restore it? Restoring the draft will overwrite any other data you have input into the form below." %}

{% crispy form %} {% endblock %} {% block scripts %} {{ form.media }} {% leaflet_js %} {% endblock %}