{% extends 'base/layout.html' %} {% block title %}{{ device }} - Tenant Group Permissions Sync{% endblock %} {% block header %} {{ block.super }} {% endblock %} {% block content %}
| Name: | {{ device.name }} |
|---|---|
| {{ cf_name }}: | {% if device_cf_value %} {{ device_cf_value }} {% else %} Not set {% endif %} |
Total components: {{ components_total }}
Needing sync: {{ components_to_sync|length }}
Already synced: {{ components_synced|length }}
| Type | Name | Current value |
|---|---|---|
| {{ c.model }} | {{ c.name }} | {% if c.current_value %} {{ c.current_value }} {% else %} Not set {% endif %} |
| Type | Name | Value |
|---|---|---|
| {{ c.model }} | {{ c.name }} | {% if c.current_value %} {{ c.current_value }} {% else %} Not set {% endif %} |