{% extends "wx/station_base.html" %} {% block station_content %} {% load material_form %} {% load wx_filters %}
{% if is_oscar_error_msg %}

OSCAR Upload Failed!

{{ oscar_error_msg|linebreaks }}
How would you like to proceed?
{% endif %} {% if is_oscar_error_msg %}
{% else %}
{% endif %}
Select all options the Station should support
{% csrf_token %}
Select station location on the map
Options prefixed with ** are required!
SURFACE Requirements
OSCAR SPECIFIC SETTINGS
WIS2BOX SPECIFIC SETTINGS
{% form %} {% attr form.is_automatic 'group' class %}srf-field-checkbox{% endattr %} {% attr form.is_active 'group' class %}srf-field-checkbox{% endattr %} {% attr form.is_synoptic 'group' class %}srf-field-checkbox{% endattr %} {% attr form.international_exchange 'group' class %}srf-field-checkbox{% endattr %} {% attr form.end_date 'widget' class %}srf-field-max-300{% endattr %} {% attr form.zone 'widget' class %}srf-field-max-300{% endattr %} {% endform %}
{% if request|has_any_feature_permission:"stations-list:write" %} {% endif %}

Attempting Station Creation....

{% endblock %} {% block localjavascript %}
{% endblock %}