{% if config_type == "sotagg"%}
Aggregate Data - {{ device_name }}
{% elif "compliance" in config_type %}
Compliance Details - {{ device_name }}
{% elif config_type == "backup"%}
Backup Configuration Details - {{ device_name }}
{% else %}
Intended Configuration Details - {{ device_name }}
{% endif %}
{% if "compliance" in config_type %}
{% else %}
{{ output }}
{% endif %}