{% load buttons %} {% load i18n %} {% load helpers %} {% load static %} {% load form_helpers %}
{% if appliance_type != 'push' %} {% trans "Sync" %} {% endif %} {% if request.GET.subtab == 'device' or request.GET.subtab is None %}
Sync your NetBox devices to Slurp'it
In case you already have a filled NetBox system, and you want to sync those to Slurp'it to start collecting data then this is the page you are looking for. Below on the left you see the required attributes for in Slurp'it and on the right you can map those against your data from NetBox. If you need more information we can advise you to click here for our online course.
{% elif request.GET.subtab == 'ipam' %} {% endif %}
Management status
Select here the device status you want to sync.
{% if request.GET.subtab == 'device' or request.GET.subtab is None %} {% render_form device_status_form %} {% elif request.GET.subtab == 'ipam' %} {% render_form iprange_status_form %} {% endif %}
Mapping Fields
{% trans "Test" %}
{% csrf_token %} {% if request.GET.subtab is None %} {% else %} {% endif %} {% for choice_item in form %}
{% render_form choice_item.form %}
{% endfor %}