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

Settings

{# Controls #} {% block controls %}{% endblock controls %}
{% endblock header %} {% block tabs %} {% endblock tabs %} {% block content-wrapper %}
{% if request.GET.tab == 'source' or request.GET.tab is None %} {% include "slurpit_netbox/settings/general.html" %} {% elif request.GET.tab == 'data_tabs' %} {% include "slurpit_netbox/settings/data_tabs.html" %} {% endif %}
{% endblock content-wrapper %}