{% extends "base_wizard.html" %} {% block title %}Central - Finish Setup{% endblock %} {% block content %} {% with step=5, step_name="Finish Setup" %} {% include "_wizard_header.html" %} {% endwith %}

Setup Complete

Review your configuration and finish the setup wizard.

Summary

Operators {{ operator_count }} configured
API Keys {{ key_count }} configured
Map Tile URL {{ system.map_tile_url }}

Adapters

{% for adapter in adapters %} {% endfor %}
Adapter Status Cadence
{{ adapter.name }} {% if adapter.enabled %} Enabled {% else %} Disabled {% endif %} {{ adapter.cadence_s }}s
← Back
{% endblock %}