{% load buttons %} {% load i18n %} {% load helpers %} {% load static %} {% load form_helpers %}
{% if request.GET.subtab == 'devices' or request.GET.subtab is None %}
{% if appliance_type != 'cloud' %} {% trans "Sync" %} {% endif %}
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.
Management status
Select here the device status you want to sync.
{% render_form device_status_form %}
Mapping Fields
{% trans "Test" %}
{% csrf_token %} {% for choice_item in form %}
{% render_form choice_item.form %}
{% endfor %}
{% elif request.GET.subtab == 'ipam' %} {% include "slurpit_netbox/mapping/commingsoon.html" %} {% endif %}