{% extends template_extends|default:'generic/object.html' %} {% load buttons %} {% load custom_links %} {% load helpers %} {% load perms %} {% load static %} {% load plugins %} {% load render_table from django_tables2 %} {% block content %}
Zabbix Server Assignment
{% if object.proxy %} {% endif %} {% if object.proxygroup %} {% endif %}
Assigned Zabbix Server {{ object.zabbixserver|linkify }}
Automatic synchronization {% if object.sync_enabled %} {% if object.zabbixserver.sync_enabled %} {% else %} {% endif %} {% else %} {% endif %}
Proxy {{ object.proxy|linkify }}
Proxy group {{ object.proxygroup|linkify }}
Assigned object type {{ object.assigned_object_type }}
Assigned object {{ object.assigned_object|linkify }}
{% plugin_left_page object %} {% include 'inc/panels/tags.html' %}
{% include 'nbxsync/inc/sync_status.html' %} {% plugin_right_page object %} {% include 'inc/panels/tags.html' %}
{% endblock %}