{% extends 'cmdb/ci_details.html' %} {% load icons %} {% load query %} {% block ci_content %}
{% if editable %} {% csrf_token %} {% endif %} {% for f in form.hidden_fields %}{{ f }}{% endfor %} {% if service_name %} {% endif %} {% for f in form.visible_fields %} {% endfor %}

Service: {{ service_name }}

{{ f|field_icon:form }} {{ f.label_tag }} {{ f }} {% for e in f.errors %}
{{ e }}
{% empty %} {% if f.help_text %}
{{ f.help_text }}
{% endif %} {% endfor %}
{% if ci_id %} {% if not editable %}

Impact report

Run impact report {% endif %}

Custom Attributes

{% include 'cmdb/include_attributes.html' %}
{% endif %}
{% if show_in_ralph %} {% endif %}
{% if editable %} {% else %} Edit this CI {% endif %}
{% endblock %}