{% extends 'base/layout.html' %} {% block title %}{{ device }} - Tenant Group Permissions Sync{% endblock %} {% block header %} {{ block.super }} {% endblock %} {% block content %}
| Name: | {{ device.name }} |
|---|---|
| Tenant: | {% if device.tenant %} {{ device.tenant }} {% else %} Not set {% endif %} |
| Tenant Group ID (source): | {% if tenant_group_id is not None %} {{ tenant_group_id }} {% else %} Not set (device has no tenant or tenant has no group) {% endif %} |
| Target custom field: | {{ cf_name }} |
Total components: {{ components_total }}
Needing sync: {{ components_to_sync|length }}
Already synced: {{ components_synced|length }}
| Type | Name | Current {{ cf_name }} |
|---|---|---|
| {{ c.model }} | {{ c.name }} | {% if c.current_value is not None %} {{ c.current_value }} {% else %} Not set {% endif %} |
| Type | Name | {{ cf_name }} |
|---|---|---|
| {{ c.model }} | {{ c.name }} | {% if c.current_value is not None %} {{ c.current_value }} {% else %} Not set {% endif %} |