{%extends 'cmdb/base.html'%} {% load icons %} {% load query %} {% block content %}

View change : {{ change.id }}

CI : {% if ci %} {{ ci.name }} (uid: {{ ci.uid }}) {% else %} {% if change.ci_id %} {{ change.ci_id }} {% else %} – {% endif %} {% endif %}



{% if change.type == 6 %} {% include 'cmdb/include_ciattributechange.html' %} {% elif change.type == 3 %} {% include 'cmdb/include_attributechange.html' %} {% elif change.type == 2 %} {% include 'cmdb/include_puppet.html' %} {% elif change.type == 1 %} {% include 'cmdb/include_git.html' %} {% endif %} {% endblock %}