{% extends template_extends|default:'generic/object.html' %} {% load buttons %} {% load custom_links %} {% load helpers %} {% load perms %} {% load static %} {% load render_table from django_tables2 %} {% load plugins %} {% block content %} {% block extra_cards %}{% endblock %}

Templates {% if perms.nbxsync.add_zabbixtemplateassignment %} {% endif %}

{% if zabbix_template_table %} {% render_table zabbix_template_table %} {% else %}
No templates assigned
{% endif %}

Zabbix Hostgroups {% if perms.nbxsync.add_zabbixhostgroupassignment %} {% endif %}

{% if zabbix_hostgroup_table %} {% render_table zabbix_hostgroup_table %} {% else %}
No hostgroups assigned
{% endif %}
{% plugin_left_page object %} {% include 'inc/panels/tags.html' %}

Zabbix Macros {% if perms.nbxsync.add_zabbixmacroassignment %} {% endif %}

{% if zabbix_macro_table %} {% render_table zabbix_macro_table %} {% else %}
No macros assigned
{% endif %}

Zabbix Tags {% if perms.nbxsync.add_zabbixtagassignment %} {% endif %}

{% if zabbix_tag_table %} {% render_table zabbix_tag_table %} {% else %}
No tags assigned
{% endif %}
{% plugin_right_page object %}
{% endblock %}