{% load buttons %} {% load i18n %}

Info

Assign a extra tab to your device model.
This data tab will contains the lastest information of a planning.
For example attach ARP to see the device his ARP table or LLDP to see all neighbors.

Planning

{% if appliance_type == 'both' or appliance_type == 'pull' %} {% if connection_status == 'connected' %} {% trans "Sync" %} {% endif %} {% endif %}

Select the planning to add as a data tab.

{% csrf_token %}

All

{% for plan in plannings %}

{% if plan.selected %} {% else %} {% endif %} {{ plan.name}}

{% endfor %}