{% 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 %}
{{ form.contact_name }}
{{ form.alias }}
{{ form.use }}
{{ form.email }}
{{ form.pager }}
{{ form.contactgroups }}
Effective Contactgroups for this contact {% if effective_contactgroups %}

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

{% endif %}
{{ form.host_notifications_enabled }}
{{ form.host_notification_commands }}
{{ form.host_notification_period }}
{{ form.service_notifications_enabled }}
{{ form.service_notification_commands }}
{{ form.service_notification_period }}

All Attributes

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

Object not found

{% endif %} {% endblock %}