{% include 'extras/inc/configcontext_data.html' with title="Rendered Context" data=rendered_context format=format copyid="rendered_context" %}
{% include 'extras/inc/configcontext_data.html' with title="Local Context" data=object.local_context_data format=format copyid="local_context" %}
{% trans "Source Contexts" %}
{% include 'extras/inc/format_toggle.html' %}
{% for context in source_contexts %}
{{ context.weight }}
{{ context|linkify:"name" }}
{% if context.description %}
{{ context.description }}
{% endif %}
{% include 'extras/inc/configcontext_data.html' with data=context.data format=format %}
{% empty %}
{% trans "None found" %}
{% trans "Config contexts are aggregated from objects this type references via fields named site, tenant, role, platform, location, device_type, or cluster." %}