{% extends 'base/layout.html' %} {% load helpers %} {% block title %}Oxidized Config Diff{% endblock %} {% block header %}
{% for line in diff_html.splitlines %}{% if line|slice:":3" == "---" %}{{ line }}
{% elif line|slice:":3" == "+++" %}{{ line }}
{% elif line|slice:":2" == "@@" %}{{ line }}
{% elif line|slice:":1" == "-" %}{{ line }}
{% elif line|slice:":1" == "+" %}{{ line }}
{% else %}{{ line }}
{% endif %}{% endfor %}
Configurations are identical
Could not load configurations for comparison