{% extends "base.html" %} {% block title %}Adagios - {{ my_object.object_type }} {{ my_object.shortname }}{% endblock %} {% block head %} {% endblock %} {% block footer %} {% endblock %} {% block content %} {% if my_object %}

Service {{ my_object.shortname }}

{% 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 }}
{% csrf_token %} {% for field in form %}
{{ field }}
{% endfor %}
{% else %}

Object not found

{% endif %} {% endblock %}