{% extends template_extends|default:'generic/object.html' %} {% load render_table from django_tables2 %} {% load buttons %} {% load custom_links %} {% load helpers %} {% load perms %} {% load static %} {% load plugins %} {% block content %}
Zabbix Proxy Group
Name {{ object.name }}
Description {{ object.description }}
Zabbix Server {{ object.zabbixserver|linkify }}
Failover period {{ object.failover_delay }}
Minimum number of proxies {{ object.min_online }}
{% include 'nbxsync/inc/sync_status.html' %} {% plugin_left_page object %} {% include 'inc/panels/tags.html' %}

Assigned proxies

{% if objectassignment_table %} {% render_table objectassignment_table %} {% else %}
No proxies assigned.
{% endif %}
{% plugin_right_page object %}
{% endblock %}