{% extends 'netbox_meraki/base.html' %} {% block page_content %}

Edit {{ item.item_type|title }}: {{ item.object_name }}

Edit {{ item.action_type|title }} {{ item.item_type|title }}
{% csrf_token %} {% if item.item_type == 'site' %}
Name of the site in NetBox
URL-friendly identifier (auto-generated if empty)
Brief description of the site
{% elif item.item_type == 'device' %}
Name of the device in NetBox
Serial number (cannot be changed)
{% elif item.item_type == 'vlan' %}
Name of the VLAN
VLAN ID (1-4094)
Brief description of the VLAN
{% else %}
Name of the {{ item.item_type }}
{% if data_to_edit.description is not None %}
Brief description
{% endif %} {% endif %}
Note: Changes will be saved to this review item and applied when you approve and execute the sync.
Cancel
Original Data from Meraki
{{ item.proposed_data|pprint }}
{% endblock %}