{% extends 'generic/object.html' %} {% load helpers %} {% load i18n %} {# Read-only tab: the resolved sync-overwrite behavior, split into per-category #} {# sub-tabs (Device / Virtual Machine / Cluster / …) that mirror the grouping of #} {# the Settings edit tab. Extending generic/object.html reuses the shared object #} {# header + tab strip; only the content is the grouped table. #} {% block content %}
{% blocktrans trimmed %} The effective overwrite behavior applied when this endpoint syncs each resource type. A global badge means the value is inherited from the global Proxbox plugin settings; an override badge means it is set explicitly on this endpoint (change it on the Settings tab). {% endblocktrans %}
| {{ row.label }} | {% if row.value %} {% trans "Yes" %} {% else %} {% trans "No" %} {% endif %} {% if row.is_override %} {% trans "override" %} {% else %} {% trans "global" %} {% endif %} |
|---|