{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% block breadcrumbs %} {{ block.super }} {% if object.manufacturer %} {% endif %} {% endblock %} {% block content %}
Platform
Name {{ object.name }}
Description {{ object.description|placeholder }}
Manufacturer {% if object.manufacturer %} {{ object.manufacturer }} {% else %} None {% endif %}
NAPALM Driver {{ object.napalm_driver|placeholder }}
Devices {{ devices_table.rows|length }}
Virtual Machines {{ virtualmachine_count }}
{% include 'inc/panels/tags.html' %} {% plugin_left_page object %}
NAPALM Arguments
{{ object.napalm_args|render_json }}
{% include 'inc/panels/custom_fields.html' %} {% plugin_right_page object %}
Devices
{% include 'inc/table.html' with table=devices_table %}
{% if perms.dcim.add_device %} {% endif %}
{% include 'inc/paginator.html' with paginator=devices_table.paginator page=devices_table.page %} {% plugin_full_width_page object %}
{% endblock %}