{% extends 'base.html' %} {% load buttons %} {% block content %} {% include "nautobot_golden_config/dff2html_base.html" %} {% if config_type == "sotagg" %}
{{ output }}{% elif config_type == "sotagg" and format == 'json' %}
{{ output }}{% elif config_type in "compliance,json_compliance" %} {% else %}
{{ output }}{% endif %}