{% extends "landing.html" %} {% block title %} New Scenario {% endblock title %} {% block stylesheets %} {{ super() }} {% endblock stylesheets %} {% block body %}

New Scenario
Current Project: {{ project_name }}


{# FIXME: Check for unneeded props and attr, this is from project/project.html #} {# TODO: Maybe check for space in name or if it already exists #}

Input data


{# TODO: Could recreate this portion using loop #} {# TODO: Get helper file descriptions from scripts.yml #}

Select an area in the map for the zone file

Navigate to an area using a location or coordinates.
Click on the map to create points around the area to form a polygon.
{% block javascripts %} {{ super()}} {% endblock javascripts %} {% endblock body %}