{% extends "edit_object.html" %} {% block title %}{{ block.super }}{% endblock %} {% block head %}{{ block.super }}{% endblock %} {% block sidebar %}{{ block.super }}{% endblock %} {% block adagios_hausinn %} {{ block.super }} {% if status.text and status.plugin_output %}
{{ status.text }}
{{ status.plugin_output}}
{% endif %} {% endblock %} {% block content %} {% if my_object %}
{% csrf_token %}
{% include "bootstrap_field.html" with field=form.host_name %} {% include "bootstrap_field.html" with field=form.service_description %} {% include "bootstrap_field.html" with field=form.servicegroups %} {% include "bootstrap_field.html" with field=form.use %}

                            
Loading...
{% include "bootstrap_field.html" with field=form.max_check_attempts %} {% include "bootstrap_field.html" with field=form.check_interval %} {% include "bootstrap_field.html" with field=form.active_checks_enabled %} {% include "bootstrap_field.html" with field=form.passive_checks_enabled %} {% include "bootstrap_field.html" with field=form.check_period %}
{% include "bootstrap_field.html" with field=form.notification_interval %} {% include "bootstrap_field.html" with field=form.first_notification_delay %} {% include "bootstrap_field.html" with field=form.notification_period %} {% include "bootstrap_field.html" with field=form.notification_options %} {% include "bootstrap_field.html" with field=form.contact_groups %} {% include "bootstrap_field.html" with field=form.contacts %}
This tab contains custom macros (also called "custom variables") for this {{ my_object.object_type }}.
{% for field in form %} {% if field.label|slice:":1" == "_" %} {% include "bootstrap_field.html" with field=field %} {% endif %} {% endfor %}
{% csrf_token %} {% include "bootstrap_fields.html" with fields=advanced_form %}
{% else %}

Object not found

{% endif %} {% endblock %} {% block footer %} {{ block.super }} {% endblock %}