{% extends "base.html" %} {% block content %} {% load static %} {% load wx_filters%}
Configuration Settings

Shapefile Mangement

Manage spatial overlays used throughout the system. View, replace, or remove shapefiles such as districts, rivers, groundwater, and national waters.

Size limit: 15.00 MB for each file.

[[ opt.label ]]
[[ opt.description ]]
check_circle error Present Missing
[[ opt.filename ]]
Uploaded on [[ opt.uploadDate || '—' ]]
No file uploaded.
{% if request|has_any_feature_permission:"configuration-settings:write" %} {% endif %} {% if request|has_any_feature_permission:"configuration-settings:delete" %} {% endif %} {% if request|has_any_feature_permission:"configuration-settings:write" %} Download {% endif %}
Organization Logo

View, replace, or remove organization logo used in reports and displayed throughout SURFACE.

Size limit: 15.00 MB. PNG only.

Organization Logo
Upload the organization logo that will be used throughout SURFACE and in generated reports.
check_circle error Present Missing
[[ logo.filename ]]
Uploaded on [[ logo.uploadDate || '—' ]]
Organization logo
No logo uploaded.
{% if request|has_any_feature_permission:"configuration-settings:write" %} {% endif %} {% if request|has_any_feature_permission:"configuration-settings:delete" %} {% endif %} {% if request|has_any_feature_permission:"configuration-settings:write" %} Download {% endif %}
[[ alertMessage ]]
{% endblock %} {% block localjavascript %} {% endblock %}