Upload your existing config.py from the standalone netbox-zabbix-sync CLI tool.
Recognized sync settings will be imported; connection credentials are ignored.
{% if form.errors %}
{% for field, errors in form.errors.items %}
{% for error in errors %}
{{ error }}
{% endfor %}
{% endfor %}
{% endif %}
{{ form.config_file }}
{% if form.config_file.help_text %}
{{ form.config_file.help_text }}
{% endif %}