Back to Netbox

Configcontext Data

netbox/templates/extras/inc/configcontext_data.html

4.6.7305 B
Original Source

{% load helpers %} {% load i18n %} {% if title %}

{% trans title %} {% if copyid %}{% copy_content copyid %}{% endif %} {% include 'extras/inc/format_toggle.html' %}

{% endif %}

{% if format == 'json' %}{{ data|json }}{% elif format == 'yaml' %}{{ data|yaml }}{% else %}{{ data }}{% endif %}