{% extends template_extends|default:'generic/object.html' %} {% load buttons %} {% load custom_links %} {% load helpers %} {% load perms %} {% load static %} {% load plugins %} {% block tabs %} {% endblock %} {% block content %}
Zabbix Server
Name {{ object.name }}
Description {{ object.description }}
URL {{ object.url }}
HTTPS Certificate validation {{ object.validate_certs }}
Automatic synchronization {% if object.sync_enabled %} {% else %} {% endif %}
Skip version check {% if object.skip_version_check %} {% else %} {% endif %}
{% plugin_left_page object %}
{% include 'nbxsync/inc/sync_status.html' %} {% include 'inc/panels/tags.html' %} {% plugin_right_page object %}
{% endblock %}