{% extends 'generic/_base.html' %} {% load form_helpers %} {% block title %}Setup Wizard — Step 1 of 3{% endblock %} {% block content %}
{% csrf_token %}
Step 1: Runner Mode & Connection
{% if form.non_field_errors %} {% endif %}

Choose how the synchronization should run. Local runs the sync engine inside NetBox. Remote connects to an external netbox-zabbix-sync webserver.

{% for radio in form.mode %} {% endfor %}
{% if form.mode.help_text %}
{{ form.mode.help_text }}
{% endif %}
Cancel
{% endblock content %}