{% extends 'base/layout.html' %} {% load buttons %} {% load i18n %} {% load helpers %} {% load static %} {% block title %} Data Mapping {% endblock %} {% block header %}
{# Title #}
{% include "slurpit_netbox/logo.html" %} {# Center-align title in object-edit views #}

Data Mapping

{% block subtitle %}{% endblock %}
{# Controls #} {% block controls %}{% endblock controls %}
{% endblock header %} {% block tabs %} {% endblock tabs %} {% block content-wrapper %}
{% if request.GET.tab == 'slurpit_to_netbox' or request.GET.tab is None %}

Coming Soon

Sign up for our newsletter and we will inform you when the next new functionalities are released.

Subscribe

{% elif request.GET.tab == 'netbox_to_slurpit' %} {% include "slurpit_netbox/mapping/netbox_to_slurpit.html" %} {% endif %}
{% endblock content-wrapper %}