{% load buttons %} {% load i18n %} {% load helpers %} {% load static %} {% load form_helpers %}
{% 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.
Mapping Fields
{% trans "Test" %}
{% csrf_token %} {% for choice_item in form %}
{% render_form choice_item.form %}
{% endfor %}