{% extends 'nb_service/2.x/obj_edit.html' %} {% load static %} {% load form_helpers %} {% load helpers %} {% block form %}
Configuration Item
{% render_field form.service %}
Object Assignment
{% with vm_tab_active=form.initial.virtual_machine %}
{% render_field form.device %}
{% render_field form.virtual_machine %}
{% render_field form.application %}
{% endwith %}
{% if form.custom_fields %}
Custom Fields
{% render_custom_fields form %}
{% endif %} {% endblock %}