{% extends 'generic/_base.html' %} {% block title %}Import config.py — {{ runner.name }}{% endblock %} {% block content %}
{% if messages %} {% for message in messages %} {% endfor %} {% endif %}
{% csrf_token %}
Import config.py

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 %} {% endif %}
{{ form.config_file }} {% if form.config_file.help_text %}
{{ form.config_file.help_text }}
{% endif %}
Cancel
{% endblock content %}