{% extends "base2.html" %} {% block title %}Misc{% endblock %} {% block adagios_hausinn %}

{% block smallheader %}block=smallheader{% endblock%} {% block largeheader %}block=largeheader{% endblock %}

{% endblock %} {% block sidebar %}
Actions
Diagnostics

{% if effective_parents %}
Parents
{% endif %} {% if effective_services %}
Services
{% endif %} {% if effective_contactgroups %}
Contactgroups
{% endif %} {% if effective_hostgroups %}
Hostgroups
{% endif %} {% if effective_hosts %}
Hosts
{% endif %} {% if effective_contacts %}
Contacts
{% endif %} {% if effective_command %}
Check Command
{% endif %} {% if my_object %} {% endif %} {% endblock %} {% block footer %} {% endblock %}