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

Service: {{ service_name }}

{% endif %} {% for f in form.visible_fields %}
{{ f }} {% for e in f.errors %}
{{ e }}
{% empty %} {% if f.help_text %}
{{ f.help_text }}
{% endif %} {% endfor %}
{% endfor %} {% if ci_id %} {% if not editable %}

Impact report

Run impact report {% endif %} {% endif %}
{% if show_in_ralph %} {% endif %}
{% if editable %} {% else %} Edit this CI {% endif %}
{% endblock %}