{% extends 'base.html' %} {% load buttons %} {% block content %} {% if config_type == "sotagg" %}
{{ output }}{% elif config_type == "sotagg" and format == 'json' %}
{{ output }}{% elif config_type == "compliance" %} {% else %}
{{ output }}{% endif %}