{% extends "edit_object.html" %} {% block title %}{{ block.super }}{% endblock %} {% block head %}{{ block.super }} {% endblock %} {% block footer %}{{ block.super }}{% endblock %} {% block sidebar %}{{ block.super }}{% endblock %} {% block content %} {% if my_object %}
{% csrf_token %}
{% include "bootstrap_field.html" with field=form.contact_name %} {% include "bootstrap_field.html" with field=form.alias %} {% include "bootstrap_field.html" with field=form.use %} {% include "bootstrap_field.html" with field=form.email %} {% include "bootstrap_field.html" with field=form.pager %}
{% include "bootstrap_field.html" with field=form.contactgroups %}
Effective Contactgroups for this contact Group membership can be defined in multiple ways, for example by editing the contactgroups "members" attribute. For your convenience following is a list of all contactgroups that this contact is "effectively" a member of.

{% if effective_contactgroups %}

{% for group in effective_contactgroups %} {% endfor %}

{% endif %}
{% include "bootstrap_field.html" with field=form.host_notifications_enabled %} {% include "bootstrap_field.html" with field=form.host_notification_commands %} {% include "bootstrap_field.html" with field=form.host_notification_period %} {% include "bootstrap_field.html" with field=form.service_notifications_enabled %} {% include "bootstrap_field.html" with field=form.service_notification_commands %} {% include "bootstrap_field.html" with field=form.service_notification_period %}

All Attributes

{% csrf_token %} {% include "bootstrap_fields.html" with fields=advanced_form %}
{% else %}

Object not found

{% endif %} {% endblock %}